From 074c560c2810616b9a79b39c44093a9f573279f5 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Mon, 22 Apr 2024 17:16:22 +0200 Subject: [PATCH] Add to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391d436..2dd14cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and carries a predefined error subtype. - Added `erase_all` function as a helper to erase the flash in a region. - *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. +- Added `arrayvec` feature that when activated impls the `Key` trait for `ArrayVec` and `ArrayString`. ## 1.0.0 01-03-24