docs: Update changelog

This commit is contained in:
Dmitry Dygalo 2022-10-18 22:20:48 +02:00 committed by Dmitry Dygalo
parent f57357d021
commit 81e988e089
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## [Unreleased]
### Changed
- Raise `ValueError` on validating dicts with non-string keys. [#386](https://github.com/Stranger6667/jsonschema-rs/issues/386)
## [0.16.0] - 2022-05-12
### Added