Skip to content

Commit 8fffc91

Browse files
committed
Updating CHANGELOG
1 parent 661cbb3 commit 8fffc91

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
@@ -13,6 +13,7 @@
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.
1515
- Added `arrayvec` feature that when activated impls the `Key` trait for `ArrayVec` and `ArrayString`.
16+
- Added a new `map::remove_all_items()` API to remove all stored items in flash.
1617

1718
## 1.0.0 01-03-24
1819

0 commit comments

Comments
 (0)