# 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.3.2 (2020-12-05)
### Changed
- Documentation improvements ([#107])
[#107]: https://github.com/RustCrypto/utils/pull/107
## 0.3.1 (2020-12-05)
### Added
- Impl `TryFrom<&[u32]>` for ObjectIdentifier ([#105])
[#105]: https://github.com/RustCrypto/utils/pull/105
## 0.3.0 (2020-12-05) [YANKED]
### Added
- Byte and string parsers ([#89])
[#89]: https://github.com/RustCrypto/utils/pull/89
## 0.2.0 (2020-09-05)
### Changed
- Validate OIDs are well-formed; MSRV 1.46+ ([#76])
[#76]: https://github.com/RustCrypto/utils/pull/76
## 0.1.0 (2020-08-04)
- Initial release