Update changelog

This commit is contained in:
Graham Esau 2021-03-25 18:43:18 +00:00
parent f6482fd460
commit 9b71b428cb

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.8.2] - **In-dev**
### Added:
- Enable generating a schema from any serializable value using `schema_for_value!(...)` macro or `SchemaGenerator::root_schema_for_value()`/`SchemaGenerator::into_root_schema_for_value()` methods
## [0.8.1] - 2021-03-23 ## [0.8.1] - 2021-03-23
### Added: ### Added:
- `SchemaGenerator::definitions_mut()` which returns a mutable reference to the generator's schema definitions - `SchemaGenerator::definitions_mut()` which returns a mutable reference to the generator's schema definitions