# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 0.2.0 (2021-01-19) ### Added - `decode_in_place` method ([#206]) ### Changed - Panic-free operation ([#204], [#209]) ### Fixed - Overflow bug ([#212]) [#204]: https://github.com/RustCrypto/utils/pull/204 [#206]: https://github.com/RustCrypto/utils/pull/206 [#209]: https://github.com/RustCrypto/utils/pull/209 [#212]: https://github.com/RustCrypto/utils/pull/212 ## 0.1.0 (2021-01-12) - Initial release