add Changelog

issue #89
This commit is contained in:
Marc-Antoine Arnaud 2021-05-31 12:33:04 +02:00
parent 495bf4128e
commit 1ed18f5ff8

14
Changelog.md Normal file
View File

@ -0,0 +1,14 @@
# Change Log
## v0.7.0 (2021-05-31)
- Compatibility
- add CI with new Rust versions, checks are running on all version between 1.40.0 to 1.51.0
- Features
- `skip_serializing_if` is now available for `attribute` field
- `text` attribute is now available for `Option<String>` field
- Fixes
- Deserialization of nested structs with same element names (issue #110)
## v0.6.0 (2021-02-08)
## v0.5.0 (2021-01-08)