update CHANGELOG on !21

This commit is contained in:
Wataru Otsubo 2025-07-30 21:34:50 +09:00
parent 687d938689
commit a9b1d92c7b

View file

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed top level module (register_interface), and now it can have arbitrary name. - Removed top level module (register_interface), and now it can have arbitrary name.
- Use full path `RegisterSpec`s to avoid unused `use` - Use full path `RegisterSpec`s to avoid unused `use`
- Use `u8` and `u16` for `T` of registers when the mask is 0xff or 0xffff, instead of defining new tuple struct. - Use `u8` and `u16` for `T` of registers when the mask is 0xff or 0xffff, instead of defining new tuple struct.
- Use `Mmapped` instead of `RegisterSpec` !21
## [0.3.1] - 2025-04-11 ## [0.3.1] - 2025-04-11