From ee6dac1c04a3dd724eb5a7c06b0809c565e1796d Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 4 Apr 2021 10:36:13 -0600 Subject: [PATCH] changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9405cc1..66467af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +* [Cryptjar](https://github.com/Cryptjar) removed the `A:Array` bound on the struct of `ArrayVec`, + and added the `from_array_empty` method, which is a `const fn` constructor + [pr 141](https://github.com/Lokathor/tinyvec/pull/141). + ## 1.1.1 * [saethlin](https://github.com/saethlin) contributed many PRs (