Update changelog

This commit is contained in:
Graham Esau 2022-05-15 22:30:23 +01:00
parent 85ed613e4a
commit 70f4fb051a

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.8.9] - **in-dev**
### Changed:
- Support generic default values in `default` attributes (https://github.com/GREsau/schemars/pull/83)
## [0.8.8] - 2021-11-25 ## [0.8.8] - 2021-11-25
### Added: ### Added:
- Implement `JsonSchema` for types from `rust_decimal` and `bigdecimal` crates (https://github.com/GREsau/schemars/pull/101) - Implement `JsonSchema` for types from `rust_decimal` and `bigdecimal` crates (https://github.com/GREsau/schemars/pull/101)