Skip to content

Commit 5d5410b

Browse files
Revise CHANGELOG format and add new entries
1 parent 7fd82b3 commit 5d5410b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

riscv/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
## [v0.15.0] - 2025-09-08
1717

1818
### Added
19-
2019
- New convenience `try_new` and `new` associated functions for `Mtvec` and `Stvec`.
2120
- New methods and functions for enabling core interrupts in the `mie` and `sie` registers
2221
using the `riscv_pac::CoreInterruptNumber` trait.
@@ -276,6 +275,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
276275
### Changed
277276

278277
- Fixed MSRV by restricting the upper bound of `bare-metal` version
278+
- Added DCSR (Debug Control and Status Register) CSR support for the RISC-V
279279

280280
[Unreleased]: https://github.com/rust-embedded/riscv/compare/v0.10.1...HEAD
281281
[v0.10.1]: https://github.com/rust-embedded/riscv/compare/v0.10.0...v0.10.1
@@ -285,4 +285,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
285285
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.0...v0.7.0
286286
[v0.6.0]: https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0
287287
[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
288-
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
288+
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
289+
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5u

0 commit comments

Comments
 (0)