Update docs and changelog

This commit is contained in:
Graham Esau 2020-05-17 17:15:40 +01:00
parent e259955809
commit f9b14f7b00
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## In-dev - version TBC
### Added:
- `#[schemars(example = "...")]` attribute for setting examples on generated schemas (https://github.com/GREsau/schemars/issues/23)
## [0.7.5] - 2020-05-17
### Added:
- Setting `#[deprecated]` attribute will now cause generated schemas to have the `deprecated` property set to `true`