Skip to content

Commit e564787

Browse files
committed
Update changelog
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent aab8446 commit e564787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

round-based/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* `.expect_eq()` that checks that all outputs are equally the same
1111
* When `sim-async` feature is enabled, you can use `round_based::simulation::async_env::{run, run_with_setup, ...}`,
1212
but typically you don't want to use it
13+
* `round_based::simulation::SimulationSync` has been renamed to `round_based::simulation::Simulation`
1314

1415
Migration guidelines:
1516
* Replace `dev` feature with `sim`
@@ -18,7 +19,7 @@ Migration guidelines:
1819
* Take advantage of `SimResult::{expect_ok, expect_eq}` to reduce amount of the code
1920
in your tests
2021

21-
Rather than simulation, there's no breaking changes in this release.
22+
Other than simulation, there are no breaking changes in this release.
2223

2324
[#14]: https://github.com/LFDT-Lockness/round-based/pull/14
2425

0 commit comments

Comments
 (0)