aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Youngsuk Kim <joseph942010@gmail.com> 2020-07-27 20:01:43 -0400
committerGravatar GitHub <noreply@github.com> 2020-07-27 20:01:43 -0400
commit68ec03968db76f1b5de888174495389490e798e8 (patch)
tree031a71a53041c5ba81e23b348466c064b7d054a4
parent9727296c110b4e26b0333c536ddbddbd8d8fada7 (diff)
downloadcortex-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.md3
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