Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bab69..bc1fa4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ adheres to [Semantic Versioning][semver]. ## Added * A type alias `StateMachine` for `rust_fsm::StateMachine<Impl>` is now generated inside the said module. -* Supplying ones own enums for state, input and output in the proc-macro. +* Supplying ones own enums for state, input and output in the proc-macro (#10). ## [0.6.2] - 2024-05-11 ### Changed |