Update changelog and docs

This commit is contained in:
Graham Esau 2021-09-18 23:00:14 +01:00
parent cec8751c82
commit 1d3541b4b1
2 changed files with 80 additions and 1 deletions

View file

@ -3,6 +3,7 @@
## [0.8.4] - **In-dev**
### Added:
- `#[schemars(schema_with = "...")]` attribute can now be set on enum variants.
- Deriving JsonSchema will now take into account `#[validate(...)]` attributes, compatible with the [validator](https://github.com/Keats/validator) crate (https://github.com/GREsau/schemars/pull/78)
## [0.8.3] - 2021-04-05
### Added: