Update docs and changelog

This commit is contained in:
Graham Esau 2020-05-16 12:21:09 +01:00
parent bfb3f06253
commit e7cae04beb
12 changed files with 25 additions and 6 deletions

View file

@ -1,4 +1,8 @@
# Changelog
## In-dev - version TBC
### 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)
## [0.7.3] - 2020-05-15
### Added: