This commit is contained in:
Graham Esau 2020-05-17 13:46:09 +01:00
parent 61c106fd5b
commit 19b9bef395
3 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,6 @@
# Changelog
## In-dev - version TBC
## [0.7.5] - 2020-05-17
### Added:
- Setting `#[deprecated]` attribute will now cause generated schemas to have the `deprecated` property set to `true`
- Respect `#[serde(transparent)]` attribute (https://github.com/GREsau/schemars/issues/17)