From 0ff4c7b448fd388015d4903b774c63991356b954 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 13 Feb 2024 09:38:01 +0100 Subject: Simplify `SlaveAddr`. (#21) * Simplify `SlaveAddr`. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: Diego Barrios Romero --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3-54-g00ecf