From fdf3893b2b8016b013c5927837c411d550ed0a20 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 25 Apr 2022 09:36:13 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baf5090..a13fd6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.6.0 + +* [i509VCB](https://github.com/i509VCB) added the `try_` functions for fallable reallocation. + [pr 158](https://github.com/Lokathor/tinyvec/pull/158) +* [ajtribick](https://github.com/ajtribick) added more error impls to `TryFromSliceError`. + [pr 160](https://github.com/Lokathor/tinyvec/pull/160) +* The `std` feature now automatically enables the `alloc` feature as well. + ## 1.5.1 * [madsmtm](https://github.com/madsmtm) fixed an error with the `alloc` feature on very old rustc versions.