Bump version to v0.4.7

This commit is contained in:
Carl Lerche
2018-04-27 10:51:09 -07:00
parent 51e435b7e0
commit ef09e98fbc
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
# 0.4.7 (April 27, 2018)
* Make `Buf` and `BufMut` usable as trait objects (#186).
* impl BorrowMut for BytesMut (#185).
* Improve accessor performance (#195).
# 0.4.6 (Janary 8, 2018)
* Implement FromIterator for Bytes/BytesMut (#148).