Update changelog

This commit is contained in:
Graham Esau 2021-04-05 21:08:26 +01:00
parent 9e2ba85772
commit b4a6aeb51b
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
## [0.8.3] - **In-dev**
### 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)
### Fixed:
- Fix deriving JsonSchema on types defined inside macros (https://github.com/GREsau/schemars/issues/59 / https://github.com/GREsau/schemars/issues/66 / https://github.com/GREsau/schemars/pull/79)