Add the changelog.

This commit is contained in:
Dimitri Sabadie 2018-08-08 12:10:48 +02:00
parent dd51eb42a4
commit e0c44b8a59
No known key found for this signature in database
GPG Key ID: 9356C4ECBDB2B438

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
## 0.1.1
> Wed 8th August 2018
- Add a feature gate, `"serialization"`, that can be used to automatically derive `Serialize` and
`Deserialize` from the [serde](https://crates.io/crates/serde) crate.
- Enhance the documentation.
# 0.1
> Sunday 5th August 2018
- Initial revision.