Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14e601e..6b9bc79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ adheres to [Semantic Versioning][semver].
* More clear naming:
* Renamed the `StateMachineWrapper` structure to `StateMachine`;
* Renamed the `StateMachine` trait to `StateMachineImpl`.
+* Allow to specify multiple transitions from the same state in a more compact
+ form. See the example for the details.
## [0.1.0] - 2019-04-29
### Added