Add changelog entries for 1.3.0 (#148)

This commit is contained in:
Andrew Jeffery
2021-07-20 14:36:50 +01:00
committed by GitHub
parent 07aa65ea7e
commit a7e2a5a23a
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 1.3.0
* [jeffa5](https://github.com/jeffa5) added arbitrary implementations for `TinyVec` and `ArrayVec` [pr 146](https://github.com/Lokathor/tinyvec/pull/146).
* [elomatreb](https://github.com/elomatreb) implemented `DoubleEndedIterator` for `TinyVecIterator` [pr 145](https://github.com/Lokathor/tinyvec/pull/145).
## 1.2.0
* [Cryptjar](https://github.com/Cryptjar) removed the `A:Array` bound on the struct of `ArrayVec<A:Array>`,