Update docs and changelog

This commit is contained in:
Graham Esau 2023-08-28 12:20:38 +01:00
parent cb392d1829
commit c487bbb9e7
3 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@
- Implement `JsonSchema` for `semver::Version` (https://github.com/GREsau/schemars/pull/195 / https://github.com/GREsau/schemars/pull/238)
- Include const generics in generated schema names (https://github.com/GREsau/schemars/pull/179 / https://github.com/GREsau/schemars/pull/239)
- Implement `JsonSchema` for types from indexmap v2 (https://github.com/GREsau/schemars/pull/226 / https://github.com/GREsau/schemars/pull/240)
- Implement `JsonSchema` for `serde_json::value::RawValue` (https://github.com/GREsau/schemars/pull/183)
### Changed: