@@ -7,9 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- - A linker error is generated if the initial stack pointer is not 8-byte aligned
10
+ ## [ v0.7.3]
11
+
12
+ - Fixed a potential miscompilation caused by the initial stack pointer
13
+ not being 8-byte aligned. This issue affected 0.7.1 and 0.7.2; for
14
+ more details please see [ the advisory] ([ #467 ] ).
15
+ - A linker error is generated if the initial stack pointer is not 8-byte aligned ([ #464 ] ).
11
16
- The initial stack pointer is now forced to be 8-byte aligned in the linker script,
12
- to defend against it being overridden outside of the cortex-m-rt linker script
17
+ to defend against it being overridden outside of the cortex-m-rt linker script ([ #465 ] ).
18
+
19
+ [ the advisory ] : https://github.com/rust-embedded/cortex-m/discussions/469
20
+ [ #464 ] : https://github.com/rust-embedded/cortex-m/issues/464
21
+ [ #465 ] : https://github.com/rust-embedded/cortex-m/issues/465
22
+ [ #467 ] : https://github.com/rust-embedded/cortex-m/issues/467
13
23
14
24
## [ v0.7.2]
15
25
@@ -606,7 +616,8 @@ section size addr
606
616
607
617
Initial release
608
618
609
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/c-m-rt-v0.7.2...HEAD
619
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/c-m-rt-v0.7.3...HEAD
620
+ [ v0.7.3 ] : https://github.com/rust-embedded/cortex-m/compare/c-m-rt-v0.7.2...c-m-rt-v0.7.3
610
621
[ v0.7.2 ] : https://github.com/rust-embedded/cortex-m/compare/c-m-rt-v0.7.1...c-m-rt-v0.7.2
611
622
[ v0.7.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.0...v0.7.1
612
623
[ v0.7.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.7.0
0 commit comments