# Changelog
All notable changes to this project will be documented in this file.
The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Use 2018 Rust edition.
- Use `TryFrom` trait, which was stabilized in Rust v1.34.
## 0.1.1 - 2018-11-30
### Fixed
- Fix bug with deserializing fields in flattened structs.
## 0.1.0 - 2018-11-27
The initial release of `hex-buffer-serde`.