Skip to content

Commit 5286700

Browse files
author
Jorge Aparicio
committed
update the CHANGELOG
1 parent 313b33c commit 5286700

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.1.0] - 2016-10-15
10+
### Fixed
11+
12+
- Some SVD files specify that two registers exist at the same address.
13+
`svd2rust` didn't handle this case and panicked. A proper solution to handle
14+
this case will require `union`s but those have not been stabilized. For now,
15+
`svd2rust` will simply pick one of the two or more registers that overlap and
16+
ignore the rest.
17+
18+
## v0.1.0 - 2016-10-15
1119

1220
### Added
1321

1422
- Initial version of the `svd2rust` tool
1523

16-
[Unreleased]: https://github.com/japaric/f3/compare/v0.1.0...HEAD
24+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.1.0...HEAD

0 commit comments

Comments
 (0)