diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0587c..cb23a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add default for `ComparatorQueue`. ### Changed -- Updated `embedded-hal` to version `1`, `read` in one-shot mode is therefore only an inherent method. +- [breaking-change] Updated `embedded-hal` to version `1`, `read` in one-shot mode is therefore only an inherent method. +- [breaking-change] Simplified `SlaveAddr` enum. - Raised MSRV to 1.62.0. ### Removed |