diff options
author | 2018-01-15 21:12:42 +0100 | |
---|---|---|
committer | 2018-01-15 21:12:42 +0100 | |
commit | 9da4a522d36f04e04a01e397d34e2eff4f9a10ce (patch) | |
tree | f17480421e490c59db689de5b421cee3b106f885 | |
parent | e0abee8ad6d97e3d6f29321830dc8759a3acbef3 (diff) | |
download | cortex-m-9da4a522d36f04e04a01e397d34e2eff4f9a10ce.tar.gz cortex-m-9da4a522d36f04e04a01e397d34e2eff4f9a10ce.tar.zst cortex-m-9da4a522d36f04e04a01e397d34e2eff4f9a10ce.zip |
update changelogv0.4.0
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b99f5c..869bac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -379,7 +379,8 @@ fn main() { - Functions to get the vector table - Wrappers over miscellaneous instructions like `bkpt` -[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/japaric/cortex-m/compare/v0.3.1...v0.4.0 [v0.3.1]: https://github.com/japaric/cortex-m/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/japaric/cortex-m/compare/v0.2.11...v0.3.0 [v0.2.11]: https://github.com/japaric/cortex-m/compare/v0.2.10...v0.2.11 |