From e564787a4481f61dfec21f7ac9ddb72eb93d5e6b Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Wed, 27 Nov 2024 15:51:20 +0100 Subject: [PATCH] Update changelog Signed-off-by: Denis Varlakov --- round-based/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/round-based/CHANGELOG.md b/round-based/CHANGELOG.md index eb88129..c7c69fc 100644 --- a/round-based/CHANGELOG.md +++ b/round-based/CHANGELOG.md @@ -10,6 +10,7 @@ * `.expect_eq()` that checks that all outputs are equally the same * When `sim-async` feature is enabled, you can use `round_based::simulation::async_env::{run, run_with_setup, ...}`, but typically you don't want to use it + * `round_based::simulation::SimulationSync` has been renamed to `round_based::simulation::Simulation` Migration guidelines: * Replace `dev` feature with `sim` @@ -18,7 +19,7 @@ Migration guidelines: * Take advantage of `SimResult::{expect_ok, expect_eq}` to reduce amount of the code in your tests -Rather than simulation, there's no breaking changes in this release. +Other than simulation, there are no breaking changes in this release. [#14]: https://github.com/LFDT-Lockness/round-based/pull/14