Skip to content

Commit ccd20a8

Browse files
committed
Add note about LTO inlining assembly to CHANGELOG
1 parent 5d5e151 commit ccd20a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Associated const `PTR` is introduced to Core Peripherals to
1515
eventually replace the existing `ptr()` API.
1616
- A delay driver based on SysTick.
17+
- You can now use LTO to inline assembly calls, even on stable Rust.
18+
See the `asm/lib.rs` documentation for more details.
1719

1820
### Changed
1921

0 commit comments

Comments
 (0)