aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2020-07-21 23:45:05 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2020-07-21 23:45:05 +0100
commita83e5f342711ad9436b95623b6326e58350160ab (patch)
tree4c9629349c57c89072a63963fb2a6c7ab04dd6f6
parentb5ad45c7409da165d4cdd24c7af29dadbe8eb6cb (diff)
downloadcortex-m-a83e5f342711ad9436b95623b6326e58350160ab.tar.gz
cortex-m-a83e5f342711ad9436b95623b6326e58350160ab.tar.zst
cortex-m-a83e5f342711ad9436b95623b6326e58350160ab.zip
Add InterruptNumber to CHANGELOG
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 274eb80..a58686f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+### Added
+
+- New `InterruptNumber` trait is now required on interrupt arguments to the
+ various NVIC functions, replacing the previous use of `Nr` from bare-metal.
+
## [v0.6.2] - 2020-01-12
### Added