Skip to content

Commit 99cf0fb

Browse files
Update changelog
1 parent 1f2c3eb commit 99cf0fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- New assembly methods `asm::semihosting_syscall`, `asm::bootstrap`, and
1313
`asm::bootload`.
1414

15+
### Changed
16+
17+
- `msp::write` has been deprecated in favor of `asm::bootstrap`. It was not
18+
possible to use `msp::write` without causing Undefined Behavior, so all
19+
existing users are encouraged to migrate.
20+
1521
## [v0.7.0] - 2020-11-09
1622

1723
### Added

0 commit comments

Comments
 (0)