Bump version to v0.4.5

This commit is contained in:
Carl Lerche
2017-08-12 10:59:31 -07:00
parent 7839100389
commit c8c46d8513
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
# 0.4.5 (August 12, 2017)
* Fix range bug in `Take::bytes`
* Misc performance improvements
* Add extra `PartialEq` implementations.
* Add `Bytes::with_capacity`
* Implement `AsMut[u8]` for `BytesMut`
# 0.4.4 (May 26, 2017)
* Add serde support behind feature flag