This commit is contained in:
Graham Esau 2020-05-16 12:27:56 +01:00
parent f47bb24ddf
commit bb8c93ddc1
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Changelog
## In-dev - version TBC
## [0.7.4] - 2020-05-16
### Added:
- If a struct is annotated with `#[serde(deny_unknown_fields)]`, generated schema will have `additionalProperties` set to `false` (https://github.com/GREsau/schemars/pull/30)
- Set `type` property to `string` on simple enums (https://github.com/GREsau/schemars/issues/28)