Skip to content

Commit 5f4fa19

Browse files
committed
Fix changelog
1 parent 90f7d49 commit 5f4fa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The API before would lead to a lot of extra unncesessary binary size.
99
- *Breaking:* Removed the `StorageItem` trait in favor of two separate `Key` and `Value` traits. This helps cut
1010
binary size and is closer to what users of the map APIs were expecting.
11-
- *Breaking:* The error type is no longer generic over the Item error. That error variant has been renamed `MapValueError`
11+
- *Breaking:* The error type is no longer generic over the Item error. That error variant has been renamed `SerializationError`
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.

0 commit comments

Comments
 (0)