diff options
author | 2020-07-21 23:45:05 +0100 | |
---|---|---|
committer | 2020-07-21 23:45:05 +0100 | |
commit | a83e5f342711ad9436b95623b6326e58350160ab (patch) | |
tree | 4c9629349c57c89072a63963fb2a6c7ab04dd6f6 | |
parent | b5ad45c7409da165d4cdd24c7af29dadbe8eb6cb (diff) | |
download | cortex-m-a83e5f342711ad9436b95623b6326e58350160ab.tar.gz cortex-m-a83e5f342711ad9436b95623b6326e58350160ab.tar.zst cortex-m-a83e5f342711ad9436b95623b6326e58350160ab.zip |
Add InterruptNumber to CHANGELOG
-rw-r--r-- | CHANGELOG.md | 5 |
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 |