Skip to content

Commit 42b446d

Browse files
Update changelog
1 parent 972f60f commit 42b446d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

cortex-m-rt/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Fixes
11+
12+
- Various fixes to the linker script ([#265], [#286]).
13+
- Use the correct ABI for the `main` symbol ([#278]).
14+
- Add barriers after FPU enabling ([#279]).
15+
16+
[#265]: https://github.com/rust-embedded/cortex-m-rt/pull/265
17+
[#278]: https://github.com/rust-embedded/cortex-m-rt/pull/278
18+
[#279]: https://github.com/rust-embedded/cortex-m-rt/pull/279
19+
[#286]: https://github.com/rust-embedded/cortex-m-rt/pull/286
20+
21+
### Breaking Changes
22+
23+
- Make `ExceptionFrame`s fields private, adding setters and getters instead
24+
([#239]).
25+
- Only allow certain attributes on handlers, and apply them to the trampoline
26+
too ([#228]).
27+
28+
[#239]: https://github.com/rust-embedded/cortex-m-rt/pull/239
29+
[#228]: https://github.com/rust-embedded/cortex-m-rt/pull/228
30+
1031
## [v0.6.11] - 2019-12-04
1132

1233
### Changed

0 commit comments

Comments
 (0)