Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Nov 27, 2024
1 parent aab8446 commit e564787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion round-based/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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

Expand Down

0 comments on commit e564787

Please sign in to comment.