Skip to content

Commit c17410c

Browse files
Fix CHANGELOG.md
1 parent 9e91acb commit c17410c

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,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
## [v0.15.0] - 2025-09-08
1717

1818
### Added
19+
1920
- New convenience `try_new` and `new` associated functions for `Mtvec` and `Stvec`.
2021
- New methods and functions for enabling core interrupts in the `mie` and `sie` registers
2122
using the `riscv_pac::CoreInterruptNumber` trait.
@@ -116,7 +117,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
116117
the CSR
117118
- Export `riscv::register::macros` module macros for external use
118119
- Add `riscv::register::mcountinhibit` module for `mcountinhibit` CSR
119-
- Add `Mcounteren` in-memory update functions
120+
- Add `Mcounteren` in-memory update functions
120121
- Add `Mstatus` vector extension support
121122
- Add fallible counterparts to all functions that `panic`
122123
- Add `riscv-pac` as a dependency
@@ -285,4 +286,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
285286
[v0.6.0]: https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0
286287
[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
287288
[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.5u
289+
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5u

0 commit comments

Comments
 (0)