We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b446d commit 9bb2600Copy full SHA for 9bb2600
cortex-m-rt/CHANGELOG.md
@@ -24,9 +24,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
([#239]).
25
- Only allow certain attributes on handlers, and apply them to the trampoline
26
too ([#228]).
27
+- Make it unsafe to define exception handlers for NMIs ([#289]).
28
29
[#239]: https://github.com/rust-embedded/cortex-m-rt/pull/239
30
[#228]: https://github.com/rust-embedded/cortex-m-rt/pull/228
31
+[#289]: https://github.com/rust-embedded/cortex-m-rt/pull/289
32
33
## [v0.6.11] - 2019-12-04
34
0 commit comments