Skip to content
Snippets Groups Projects
CHANGELOG.md 756 B
Newer Older
  • Learn to ignore specific revisions
  • Carl Lerche's avatar
    Carl Lerche committed
    # 0.4.3 (April, 30, 2017)
    
    * Fix Vec::advance_mut bug
    * Bump minimum Rust version to 1.15
    * Misc performance tweaks
    
    
    Carl Lerche's avatar
    Carl Lerche committed
    # 0.4.2 (April, 5, 2017)
    
    * Misc performance tweaks
    * Improved `Debug` implementation for `Bytes`
    * Avoid some incorrect assert panics
    
    Carl Lerche's avatar
    Carl Lerche committed
    
    
    Carl Lerche's avatar
    Carl Lerche committed
    # 0.4.1 (March 15, 2017)
    
    Carl Lerche's avatar
    Carl Lerche committed
    
    * Expose `buf` module and have most types available from there vs. root.
    * Implement `IntoBuf` for `T: Buf`.
    * Add `FromBuf` and `Buf::collect`.
    * Add iterator adapter for `Buf`.
    * Add scatter/gather support to `Buf` and `BufMut`.
    * Add `Buf::chain`.
    * Reduce allocations on repeated calls to `BytesMut::reserve`.
    * Implement `Debug` for more types.
    * Remove `Source` in favor of `IntoBuf`.
    * Implement `Extend` for `BytesMut`.
    
    
    # 0.4.0 (February 24, 2017)
    
    * Initial release