summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49cd011..362a5f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated `embedded-hal` to version `1`, `read` in one-shot mode is therefore only an inherent method.
- Raised MSRV to 1.62.0.
+### Removed
+- Removed `I2cInterface`.
+
## [0.2.2] - 2021-07-29
### Added