Update changelog
This commit is contained in:
parent
11d95b79e5
commit
cb26e783dc
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
## [0.8.2] - **In-dev**
|
## [0.8.2] - **In-dev**
|
||||||
### Added:
|
### 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
|
- 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 (https://github.com/GREsau/schemars/pull/75)
|
||||||
|
- `#[derive(JsonSchema_repr)]` can be used on C-like enums for generating a serde_repr-compatible schema (https://github.com/GREsau/schemars/pull/76)
|
||||||
|
|
||||||
## [0.8.1] - 2021-03-23
|
## [0.8.1] - 2021-03-23
|
||||||
### Added:
|
### Added:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue