|
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
+## [v0.7.1] - 2020-06-02
|
|
|
+
|
|
|
### Added
|
|
|
|
|
|
- Add support to initialize custom interrupt controllers.
|
|
|
|
|
|
+### Changed
|
|
|
+ - Exception handler may return now
|
|
|
+
|
|
|
## [v0.7.0] - 2020-03-10
|
|
|
|
|
|
### Added
|
|
@@ -31,5 +36,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
- Set MSRV to 1.38
|
|
|
|
|
|
|
|
|
-[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.0...HEAD
|
|
|
-[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.1...v0.7.0
|
|
|
+[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.7.1...HEAD
|
|
|
+[v0.7.1]: https://github.com/rust-embedded/riscv/compare/v0.7.0...v0.7.1
|