Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kumshayev committed Jun 27, 2024
1 parent 364914d commit a772e3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `StateMachine::new` and `StateMachine::new_with_state` are now const functions
- Fixed clippy warnings
- [breaking] Changed guard functions return type from Result<(),_> to Result<bool,_>
- [breaking] Changed action functions return type from () to Result<NextStateData,_>
- [breaking] Made gaurd's self argument immutable
- [breaking] Renamed GuardError to ErrorType as it is now used for both guards and actions

## [v0.6.0] - 2022-11-02

Expand Down

0 comments on commit a772e3d

Please sign in to comment.