@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Bring documentation on how to generate MSP430 PACs up to date (in line with
13+ [ msp430_svd] ( https://github.com/pftbest/msp430_svd ) ).
14+
1015## [ v0.21.0] - 2022-01-17
1116
1217### Added
@@ -34,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3439### Fixed
3540
3641- Bug with ` use_mask `
37- - Correct derive for register (cluster) array (needs ` svd-rs ` 0.11.2)
42+ - Correct derive for register (cluster) array (needs ` svd-rs ` 0.11.2)
3843- New line separators are now rendered in enumerated values
3944- Multi line field descriptions are now rendered correctly in write and read registers
4045
@@ -67,7 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6772
6873### Changed
6974
70- - ` \n ` in descriptions for multiline
75+ - ` \n ` in descriptions for multiline
7176- ` _reserved ` fields in ` RegisterBlock ` now hexidemical usize
7277- options can be set now with ` svd2rust.toml ` config
7378- option ` ignore_groups ` for optional disabling #506
@@ -120,7 +125,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120125
121126- with feature "const-generic" generate const generic variant of
122127 "field array" structure in addition to structure
123- that contain offset (requires rust 1.51)
128+ that contain offset (requires rust 1.51)
124129
125130- move interrupt generation after generic file
126131
0 commit comments