From 5624324d8eca9473641b2ec6da8887c915605c78 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 13 Nov 2023 19:32:13 +0100 Subject: [PATCH] Update changelog Signed-off-by: Oliver Tale-Yazdi --- bounded-collections/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bounded-collections/CHANGELOG.md b/bounded-collections/CHANGELOG.md index a76dffed..744f41c6 100644 --- a/bounded-collections/CHANGELOG.md +++ b/bounded-collections/CHANGELOG.md @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ +## [0.2.0] - 2023-11-13 +- Added `try_rotate_left` and `try_rotate_right` to `BoundedVec`. [#800](https://github.com/paritytech/parity-common/pull/800) + ## [0.1.9] - 2023-10-10 - Added `serde` support for `BoundedBTreeSet`. [#781](https://github.com/paritytech/parity-common/pull/781)