summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Reiter <me@reitermark.us>2024-02-13 09:38:01 +0100
committerGitHub <noreply@github.com>2024-02-13 09:38:01 +0100
commit0ff4c7b448fd388015d4903b774c63991356b954 (patch)
treeefadd00a0534ed0c86e456c9b65d67e6c63c5fae /CHANGELOG.md
parent3c2805fdb499202d4f52d0775de8837cded97131 (diff)
downloadads1x1x-async-0ff4c7b448fd388015d4903b774c63991356b954.tar.gz
ads1x1x-async-0ff4c7b448fd388015d4903b774c63991356b954.tar.xz
ads1x1x-async-0ff4c7b448fd388015d4903b774c63991356b954.zip
Simplify `SlaveAddr`. (#21)
* Simplify `SlaveAddr`. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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