From 9aefb537327af10c294af3f651e1d7bf504596b6 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 9 Nov 2021 12:27:30 -0700 Subject: [PATCH] changelog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e89bb4b..baf5090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.5.1 + +* [madsmtm](https://github.com/madsmtm) fixed an error with the `alloc` feature on very old rustc versions. + [pr 154](https://github.com/Lokathor/tinyvec/pull/154) + ## 1.5.0 * [eeeebbbbrrrr](https://github.com/eeeebbbbrrrr) added an impl for [std::io::Write](https://doc.rust-lang.org/std/io/trait.Write.html) to `TinyVec` when the element type is `u8`.