From 9de5e154971b0ecbdfce073e59d24791a9406684 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Thu, 21 Mar 2024 15:32:39 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5601b623..970fbdcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ backwards compatible with 1.x. To upgrade, consider using a pattern like that in * Remove lifetime from `WriteTransaction` and `ReadTransaction` * Remove `drain()` and `drain_filter()` from `Table` * impl `Clone` for `Range` +* Add support for `[T;N]` as a `Value` or `Key` as appropriate for the type `T` * Add `len()` and `is_empty()` to `MultimapValue` * Add `retain()` and `retain_in()` to `Table` * Add `extract_if()` and `extract_from_if()` to `Table`