This commit is contained in:
Graham Esau 2021-09-26 18:39:11 +01:00
parent 0a1200baac
commit 33e54d3c42
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## [0.8.6] - 2021-09-26
### Fixed:
- Use `oneOf` instead of `anyOf` for enums when possible (https://github.com/GREsau/schemars/issues/108)
## [0.8.5] - 2021-09-20
### Fixed:
- Allow fields with plain `#[validate]` attributes (https://github.com/GREsau/schemars/issues/109)