diff options
author | 2020-12-02 22:23:33 +0100 | |
---|---|---|
committer | 2020-12-02 22:23:33 +0100 | |
commit | 99cf0fb3dfb20037e00fb48d2839158637991e7f (patch) | |
tree | 5229dcf85f25dba82d2d523eeb59e3b1478c19af | |
parent | 1f2c3eb66db51ad94af5664b0f1d3b3c0f43c570 (diff) | |
download | cortex-m-99cf0fb3dfb20037e00fb48d2839158637991e7f.tar.gz cortex-m-99cf0fb3dfb20037e00fb48d2839158637991e7f.tar.zst cortex-m-99cf0fb3dfb20037e00fb48d2839158637991e7f.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d8ef7..27cc20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - New assembly methods `asm::semihosting_syscall`, `asm::bootstrap`, and `asm::bootload`. +### Changed + +- `msp::write` has been deprecated in favor of `asm::bootstrap`. It was not + possible to use `msp::write` without causing Undefined Behavior, so all + existing users are encouraged to migrate. + ## [v0.7.0] - 2020-11-09 ### Added |