Update changelog

This commit is contained in:
Graham Esau 2019-12-27 22:19:51 +00:00
parent fbd019baae
commit 547f81fd67

View file

@ -1,6 +1,8 @@
# Changelog # Changelog
## next ## next
### Added:
- Implemented `JsonSchema` on types from `indexmap` and `either` (as optional dependencies)
### Changed ### Changed
- Remove trait bounds from Map/Set JsonSchema impls. They are unnecessary as we never create/use any instances of these types. - Remove trait bounds from Map/Set JsonSchema impls. They are unnecessary as we never create/use any instances of these types.