rustv32i/rvdc/CHANGELOG.md
2025-03-26 19:53:50 +01:00

18 lines
388 B
Markdown

## 0.2.0
- BREAKING CHANGE: Make `Inst` `#[non_exhaustive]`
- BREAKING CHANGE: Change immediate fields in `Inst` to `Imm`
- Improve error messages
## 0.1.1
- Add `Fence::is_tso`
- Several fixes to disassembly
- Forbid overflow for `slli` immediates
- Add `Zihintpause` extension to README (it was already implemented in disassembly)
- Add exhaustive tests
## 0.1.0
Initial release.