diff options
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f493ea3..e6ad454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - New `InterruptNumber` trait is now required on interrupt arguments to the various NVIC functions, replacing the previous use of `Nr` from bare-metal. - Associated const `PTR` is introduced to Core Peripherals to - replace the existing `ptr()` API. `ptr()` API is to be removed in the - next breaking release (v0.7) + eventually replace the existing `ptr()` API. ## [v0.6.2] - 2020-01-12 |