Skip to content

Commit a79f958

Browse files
committed
update CHANGELOG
1 parent 09ddcfa commit a79f958

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- `W.bits` is now safe if <WriteConstraint> indicates that it's valid to write
13+
any value in the full range of the bitfield.
14+
1015
## [v0.6.1] - 2017-04-15
1116

1217
### Fixed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "map", "generator"]
77
license = "MIT OR Apache-2.0"
88
name = "svd2rust"
99
repository = "https://github.com/japaric/svd2rust"
10-
version = "0.6.1"
10+
version = "0.6.2"
1111

1212
[dependencies]
1313
cast = "0.2.0"

0 commit comments

Comments
 (0)