Skip to content

Commit b7e6d21

Browse files
Add changelog entries
1 parent c147d2f commit b7e6d21

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Macros now generate a second trampoline function instead of randomizing the
13+
function's symbol name. This makes the build deterministic.
14+
- [breaking-change] `static mut` resources no longer have `'static` lifetime
15+
except in the `#[entry]` function (this is a soundness fix; see [#212]).
16+
17+
[#212]: https://github.com/rust-embedded/cortex-m-rt/issues/212
18+
1019
## [v0.6.10] - 2019-07-25
1120

1221
### Fixed

0 commit comments

Comments
 (0)