Skip to content

Commit 9727296

Browse files
committed
CHANGELOG: const 'PTR' is introduced for Core Peripherals
1 parent 881620c commit 9727296

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- New `InterruptNumber` trait is now required on interrupt arguments to the
1313
various NVIC functions, replacing the previous use of `Nr` from bare-metal.
14+
- Associated const `PTR` is introduced to Core Peripherals to
15+
replace the existing `ptr()` API. `ptr()` API is to be removed in the
16+
next breaking release (v0.7)
1417

1518
## [v0.6.2] - 2020-01-12
1619

0 commit comments

Comments
 (0)