# Changelog The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ ## [Unreleased] ## [0.5.0] - 2021-01-05 ### Breaking - Use BytesMut for `RlpStream`'s backing buffer. [#453](https://github.com/tetcoin/tetsy-common/pull/453) ## [0.4.6] - 2020-09-29 - Implement Encodable, Decodable for boxed types. [#427](https://github.com/tetcoin/tetsy-common/pull/427) ## [0.4.5] - 2020-03-16 ### Dependencies - Updated dependencies. [#361](https://github.com/tetcoin/tetsy-common/pull/361) ## [0.4.4] - 2019-11-20 ### Added - Method `Rlp::at_with_offset`. [#269](https://github.com/tetcoin/tetsy-common/pull/269) ## [0.4.3] - 2019-10-24 ### Dependencies - Updated dependencies. [#239](https://github.com/tetcoin/tetsy-common/pull/239) ### Fixed - Fixed nested unbounded lists. [#203](https://github.com/tetcoin/tetsy-common/pull/203) ### Added - Added no-std support. [#206](https://github.com/tetcoin/tetsy-common/pull/206)