diff options
| author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-21 16:21:57 +0000 |
|---|---|---|
| committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-21 16:21:57 +0000 |
| commit | 852337e03b4e84ef920c36c811b0676242e062ce (patch) | |
| tree | 79e7bfbd392d3c58be4d481a801447a95e36e2ed /CHANGELOG.md | |
| parent | b5a756bd7d394226e505f0cb4f91a5de01d9b950 (diff) | |
| parent | a562fb32329f3dedb1a2b3a0bfa6061271559788 (diff) | |
Merge #174
174: v0.4.3 r=japaric a=japaric
prepares a new release
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 860dad7..df4c674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.4.3] - 2019-04-21 + +### Changed + +- Checking that the specified priorities are supported by the target device is + now done at compile time. + +### Fixed + +- Building this crate with the "nightly" feature and a recent compiler has been + fixed. + ## [v0.4.2] - 2019-02-27 ### Added @@ -219,7 +231,8 @@ Yanked due to a soundness issue in `init`; the issue has been mostly fixed in v0 - Initial release -[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.4.2...HEAD +[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.4.3...HEAD +[v0.4.3]: https://github.com/japaric/cortex-m-rtfm/compare/v0.4.2...v0.4.3 [v0.4.2]: https://github.com/japaric/cortex-m-rtfm/compare/v0.4.1...v0.4.2 [v0.4.1]: https://github.com/japaric/cortex-m-rtfm/compare/v0.4.0...v0.4.1 [v0.4.0]: https://github.com/japaric/cortex-m-rtfm/compare/v0.3.4...v0.4.0 |
