Skip to content

Commit fa5868a

Browse files
committed
more helpful CHANGELOG
1 parent 5c57b2c commit fa5868a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
### Changed
1313

1414
- [breaking-change]. svd2rust no longer generates an API for core peripherals
15-
like NVIC. Instead, it just re-exports the cortex-m crate's API.
15+
like NVIC. Instead, it just re-exports the cortex-m crate's API. Re-generating
16+
a crate with this new svd2rust may cause breaking changes in the API of core
17+
peripherals like NVIC and ITM if and only if the SVD contained information
18+
about those peripherals in the first place.
1619

1720
## [v0.6.2] - 2017-04-23
1821

0 commit comments

Comments
 (0)