Refactor const def

This commit is contained in:
Wataru Otsubo 2025-03-27 16:08:42 +00:00
parent e6e7ada193
commit b5d165a3f5
2 changed files with 19 additions and 17 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Changed
- Moved register value mask definitions from reg module to field value impl.
## [0.3.0] - 2025-03-27
### Added