docs: Update changelog

This commit is contained in:
Dmitry Dygalo 2023-03-16 08:48:15 +01:00
parent 1ae6be9eb8
commit aae445cd2d
No known key found for this signature in database
GPG Key ID: AE7D12BE93BD417F
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
- Bump `fraction` to `0.13`.
- Bump `iso8601` to `0.6`.
- Replace `lazy_static` with `once_cell`.
- Add support for `unevaluatedProperties`. (gated by the `draft201909`/`draft202012` feature flags)
- Add support for `unevaluatedProperties`. (gated by the `draft201909`/`draft202012` feature flags). [#288](https://github.com/Stranger6667/jsonschema-rs/issues/288)
- When using the draft 2019-09 or draft 2020-12 specification, `$ref` is now evaluated alongside
other keywords.
other keywords. [#378](https://github.com/Stranger6667/jsonschema-rs/issues/378)
## [0.16.1] - 2022-10-20