Update docs and changelog

This commit is contained in:
Graham Esau 2023-08-27 22:56:27 +01:00
parent aeb989486e
commit 5836afbd64
3 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,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)
### Changed: