diff options
author | 2020-08-23 23:43:17 +0200 | |
---|---|---|
committer | 2020-08-23 23:43:17 +0200 | |
commit | 9bb2600ee43b3065c25726aa76044fd19d6f6387 (patch) | |
tree | 200cd861fe18380e00d5973c00078d36cb03303c /cortex-m-rt | |
parent | 42b446d44587898ddf26aa73aa9c7277356a92f4 (diff) | |
download | cortex-m-9bb2600ee43b3065c25726aa76044fd19d6f6387.tar.gz cortex-m-9bb2600ee43b3065c25726aa76044fd19d6f6387.tar.zst cortex-m-9bb2600ee43b3065c25726aa76044fd19d6f6387.zip |
Add entry for #289
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 |