Skip to content

Commit 074c560

Browse files
committed
Add to changelog
1 parent 57ac275 commit 074c560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
and carries a predefined error subtype.
1313
- Added `erase_all` function as a helper to erase the flash in a region.
1414
- *Breaking:* Changed the way that queue iteration works. Now there's an `iter` function instead of two separate `peek_many` and `pop_many` functions. The new iter returns an entry from which you can get the data that was just peeked. If you want to pop it, then call the pop function on the entry.
15+
- Added `arrayvec` feature that when activated impls the `Key` trait for `ArrayVec` and `ArrayString`.
1516

1617
## 1.0.0 01-03-24
1718

0 commit comments

Comments
 (0)