Update CHANGELOG.md

This commit is contained in:
Lokathor
2022-04-25 09:36:13 -06:00
committed by GitHub
parent 1f7b1e0c01
commit fdf3893b2b
+8
View File
@@ -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.