From 5f253f97f3bf355d52608918f5cf5af545f14c22 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 24 Jun 2024 23:08:43 -0600 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13fd6d..31b7aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.6.1 + +* [e00E](https://github.com/e00E) fixed the Arbitrary impl to work on Stable + without using a feature gate. + [pr 180](https://github.com/Lokathor/tinyvec/pull/180) + ## 1.6.0 * [i509VCB](https://github.com/i509VCB) added the `try_` functions for fallable reallocation.