improve error messages

This commit is contained in:
nora 2025-03-26 19:53:50 +01:00
parent 78aa1e8d75
commit 0144740228
2 changed files with 28 additions and 26 deletions

View file

@ -1,8 +1,10 @@
## 2.0.0
## 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`