diff options
author | 2020-12-02 13:24:40 +0000 | |
---|---|---|
committer | 2020-12-02 14:13:54 +0000 | |
commit | 64f936c64edf5ad127490cddac727dd39246edf2 (patch) | |
tree | eaee3f4d948a99b2fdabc2f65925eaa5550154fe /cortex-m-semihosting | |
parent | 878b686d51b3a782c34bb7824c2f743ccd7f41d1 (diff) | |
download | cortex-m-64f936c64edf5ad127490cddac727dd39246edf2.tar.gz cortex-m-64f936c64edf5ad127490cddac727dd39246edf2.tar.zst cortex-m-64f936c64edf5ad127490cddac727dd39246edf2.zip |
Update c-m-sh changelog for 0.3.7
Diffstat (limited to 'cortex-m-semihosting')
-rw-r--r-- | cortex-m-semihosting/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cortex-m-semihosting/CHANGELOG.md b/cortex-m-semihosting/CHANGELOG.md index 861426d..0a942cf 100644 --- a/cortex-m-semihosting/CHANGELOG.md +++ b/cortex-m-semihosting/CHANGELOG.md @@ -7,16 +7,31 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [v0.4.1] - 2020-10-20 +0.4.1 was yanked because the pre-built binaries contain conflicting symbols +with a supported version of cortex-m. + - Fix missing prebuilt binaries (#271) ## [v0.4.0] - 2020-10-14 +v0.4.0 was yanked because it did not include the required pre-built binaries +in the final crate. + - Moved into cortex-m repository - Merge `HStdout` and `HStderr` into one type: `HostStream` - Support cortex-m v0.7 +- Semihosting macros no longer return a Result, instead errors are ignored. + +## [v0.3.7] - 2020-12-02 + +- Replaces the yanked v0.3.6 by reverting #48, so the semihosting macros + continue to return a Result. ## [v0.3.6] - 2020-12-01 +v0.3.6 was yanked because it incorrectly included #48, which was a breaking +change. + ### Added - Update cortex-m dependency to support version 0.7. @@ -129,6 +144,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). [Unreleased]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.1...HEAD [v0.4.1]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.0...c-m-sh-v0.4.1 [v0.4.0]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...c-m-sh-v0.4.0 +[v0.3.7]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.6...v0.3.7 [v0.3.6]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6 [v0.3.5]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5 [v0.3.4]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4 |