Skip to content

Commit 1ad665a

Browse files
committed
incorporate #120 into the CHANGELOG
1 parent ed7a8c8 commit 1ad665a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
- `SCB` gained methods to set and get the priority of system handlers like
2121
SVCall and SysTick.
2222

23+
- `NVIC` gained *static* methods, `pend` and `unpend`, to set and clear the
24+
pending state of interrupts.
25+
26+
### Changed
27+
28+
- The `NVIC.{clear,set}_pending` methods have been deprecated in favor of
29+
`NVIC::{,un}pend`.
30+
2331
## [v0.5.7] - 2018-09-06
2432

2533
### Added

0 commit comments

Comments
 (0)