Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d57a05a..276ac1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ adheres to [Semantic Versioning][semver]. ### Changed * State transition error is now represented with `TransitionImpossibleError` instead of `()`. +* The library is not `no_std` by default due to the use of `std::error::Error`. + Users should disable the new `std` feature to use this library in a `no_std` + environment. ## [0.4.0] - 2020-08-25 ### Added |