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 (