You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
The API before would lead to a lot of extra unncesessary binary size.
9
9
-*Breaking:* Removed the `StorageItem` trait in favor of two separate `Key` and `Value` traits. This helps cut
10
10
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`
12
12
and carries a predefined error subtype.
13
13
- Added `erase_all` function as a helper to erase the flash in a region.
14
14
-*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