This commit is contained in:
Graham Esau 2021-11-25 22:27:16 +00:00
parent 98ad16288b
commit e9d5f4057e
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## [0.8.8] - 2021-11-25
### Added:
- Implement `JsonSchema` for types from `rust_decimal` and `bigdecimal` crates (https://github.com/GREsau/schemars/pull/101)
### Fixed:
- Fixes for internally tagged enums and flattening additional_properties (https://github.com/GREsau/schemars/pull/113)
## [0.8.7] - 2021-11-14
### Added:
- Implement `JsonSchema` for `EnumSet` (https://github.com/GREsau/schemars/pull/92)