diff options
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md index ef46e70..e04c9c9 100644 --- a/cortex-m-rt/CHANGELOG.md +++ b/cortex-m-rt/CHANGELOG.md @@ -24,9 +24,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ([#239]). - Only allow certain attributes on handlers, and apply them to the trampoline too ([#228]). +- Make it unsafe to define exception handlers for NMIs ([#289]). [#239]: https://github.com/rust-embedded/cortex-m-rt/pull/239 [#228]: https://github.com/rust-embedded/cortex-m-rt/pull/228 +[#289]: https://github.com/rust-embedded/cortex-m-rt/pull/289 ## [v0.6.11] - 2019-12-04 |