Merge branch 'v0.4.x'

This commit is contained in:
Carl Lerche
2018-05-25 16:56:31 -07:00
+6
View File
@@ -1,5 +1,11 @@
# 0.5.0 (unreleased)
# 0.4.8 (May 25, 2018)
* Fix panic in `BytesMut` `FromIterator` implementation.
* Bytes: Recycle space when reserving space in vec mode (#197).
* Bytes: Add resize fn (#203).
# 0.4.7 (April 27, 2018)
* Make `Buf` and `BufMut` usable as trait objects (#186).