Update docs and changelog

This commit is contained in:
Graham Esau 2022-08-15 12:58:24 +01:00 committed by Graham Esau
parent c59e5b5e1c
commit 4f14c1a74c
2 changed files with 13 additions and 0 deletions

View file

@ -1,6 +1,9 @@
# Changelog
## **in-dev**
### Added:
- Replace auto-inferred trait bounds with bounds specified in `#[schemars(bound = "...")]` attribute
### Changed:
- Derived `JsonSchema` now respects attributes on unit enum variants (https://github.com/GREsau/schemars/pull/152)
- Minimum supported rust version is now 1.45.0