Bump version to v0.4.6

This commit is contained in:
Carl Lerche
2018-01-08 09:11:42 -08:00
parent ba9a975358
commit e5c4c6028d
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
# 0.4.6 (Janary 8, 2018)
* Implement FromIterator for Bytes/BytesMut (#148).
* Add `advance` fn to Bytes/BytesMut (#166).
* Add `unsplit` fn to `BytesMut` (#162, #173).
* Improvements to Bytes split fns (#92).
# 0.4.5 (August 12, 2017)
* Fix range bug in `Take::bytes`