diff options
author | 2017-05-07 16:59:01 -0500 | |
---|---|---|
committer | 2017-05-07 16:59:01 -0500 | |
commit | 9d2d0a1447a52ae8b504ffb1d36af39b463f5339 (patch) | |
tree | 156594e7cbf99c9db24b610e2bc4f9f41b919ea0 | |
parent | 46a74971039373eb9642ce990fb9e093048f80a6 (diff) | |
download | cortex-m-9d2d0a1447a52ae8b504ffb1d36af39b463f5339.tar.gz cortex-m-9d2d0a1447a52ae8b504ffb1d36af39b463f5339.tar.zst cortex-m-9d2d0a1447a52ae8b504ffb1d36af39b463f5339.zip |
v0.2.5v0.2.5
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 67373f4..f4e3396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). `interrupt::free` critical section thus breaking the preemption protection. The `interrupt::enable` method is now `unsafe`. -## [v0.2.4] - 2017-04-20 +## [v0.2.4] - 2017-04-20 - YANKED ### Fixed @@ -156,14 +156,14 @@ fn main() { - Read/write Operations on registers (lr, cr, msp, etc.) which were reversed. -## [v0.1.1] - 2016-10-03 [YANKED] +## [v0.1.1] - 2016-10-03 - YANKED ### Changed - Small, non user visible change to make this crate compile further for $HOST (e.g. x86_64) with the goal of making it possible to test, on the HOST, downstream crates that depend on this one. -## v0.1.0 - 2016-09-27 [YANKED] +## v0.1.0 - 2016-09-27 - YANKED ### Added @@ -173,7 +173,8 @@ fn main() { - Functions to get the vector table - Wrappers over miscellaneous instructions like `bkpt` -[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.4...HEAD +[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.5...HEAD +[v0.2.5]: https://github.com/japaric/cortex-m/compare/v0.2.4...v0.2.5 [v0.2.4]: https://github.com/japaric/cortex-m/compare/v0.2.3...v0.2.4 [v0.2.3]: https://github.com/japaric/cortex-m/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/japaric/cortex-m/compare/v0.2.1...v0.2.2 |