From f94410ba1dd2a4ece733eb49361de090d7f85f1c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 5 Jul 2024 13:03:26 -0600 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b7aee..92e83bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.7 + +* [Fuuzetsu](https://github.com/Fuuzetsu) added the `rustc_1_61` cargo feature, which adds the `retain_mut` method. + [pr 198](https://github.com/Lokathor/tinyvec/pull/198) + ## 1.6.1 * [e00E](https://github.com/e00E) fixed the Arbitrary impl to work on Stable