v0.6.0-doc

This commit is contained in:
Graham Esau 2019-12-07 23:46:02 +00:00
parent d92b741b9b
commit 529e3d4611
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## [0.6.0] - TBD
### Added:
- When deriving `JsonSchema`, the schema's `title` and `description` are now set from `#[doc]` comments (https://github.com/GREsau/schemars/issues/7)
## [0.5.1] - 2019-10-30
### Fixed:
- Added missing doc comment for "title" schema property