update CHANGELOG

This commit is contained in:
Wataru Otsubo 2025-06-01 03:56:19 +09:00
parent 1511408eba
commit c58010eaa4

View file

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improve error message from syn in generator. !15
- Removed top level module (register_interface), and now it can have arbitrary name.
- 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.
## [0.3.1] - 2025-04-11