diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab0670..49cd011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- Derived common traits for types. +- Add default for `ComparatorQueue`. + ### Changed - Updated `embedded-hal` to version `1`, `read` in one-shot mode is therefore only an inherent method. -- Raised MSRV to 1.62.0 +- Raised MSRV to 1.62.0. ## [0.2.2] - 2021-07-29 |