diff options
author | 2020-07-27 20:01:43 -0400 | |
---|---|---|
committer | 2020-07-27 20:01:43 -0400 | |
commit | 68ec03968db76f1b5de888174495389490e798e8 (patch) | |
tree | 031a71a53041c5ba81e23b348466c064b7d054a4 | |
parent | 9727296c110b4e26b0333c536ddbddbd8d8fada7 (diff) | |
download | cortex-m-68ec03968db76f1b5de888174495389490e798e8.tar.gz cortex-m-68ec03968db76f1b5de888174495389490e798e8.tar.zst cortex-m-68ec03968db76f1b5de888174495389490e798e8.zip |
Update CHANGELOG.md
Co-authored-by: Daniel Egger <daniel@eggers-club.de>
-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 |