Finite state machines in rust; bendns fork to add types.
fix changelog
Yevhenii Babichenko 2024-05-14
parent b6786da · commit 63101d3
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fba31da..79271ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,7 @@ adheres to [Semantic Versioning][semver].
`#[repr(C)]`, etc (any attribute you want really). This replaces the original
way this macro had for using derives and specifying representation.
* Use Rust 2021 edition.
-## Added
+### 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 (#10).