Skip to content

Commit a5ac148

Browse files
Update CHANGELOG.md
Removed duplicate entry for 'Add `miselect` CSR' in the changelog.
1 parent af134fb commit a5ac148

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

riscv/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010
### Added
11+
12+
- Add `miselect` CSR
1113
- Improved assembly macro handling in asm.rs
1214

1315
## [v0.15.0] - 2025-09-08
1416

1517
### Added
1618

17-
- Add `miselect` CSR
18-
19-
### Added
20-
2119
- New convenience `try_new` and `new` associated functions for `Mtvec` and `Stvec`.
2220
- New methods and functions for enabling core interrupts in the `mie` and `sie` registers
2321
using the `riscv_pac::CoreInterruptNumber` trait.
@@ -286,4 +284,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
286284
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.0...v0.7.0
287285
[v0.6.0]: https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0
288286
[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6
289-
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5
287+
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5

0 commit comments

Comments
 (0)