This commit is contained in:
Graham Esau 2021-04-05 21:12:23 +01:00
parent b4a6aeb51b
commit 86e2844c93
4 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## [0.8.3] - **In-dev**
## [0.8.3] - 2021-04-05
### Added:
- Support for `#[schemars(crate = "...")]` attribute to allow deriving JsonSchema when the schemars crate is aliased to a different name (https://github.com/GREsau/schemars/pull/55 / https://github.com/GREsau/schemars/pull/80)
- Implement `JsonSchema` for `bytes::Bytes` and `bytes::BytesMut` (https://github.com/GREsau/schemars/pull/68)