From 8d1d5984137645b59bee783083f5442bacc0818d Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sat, 9 Oct 2021 09:59:56 +0200 Subject: [PATCH] docs: Add a missing changelog entry Signed-off-by: Dmitry Dygalo --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7479456f..62590b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ - Display the original value in errors from `minimum`, `maximum`, `exclusiveMinimum`, `exclusiveMaximum`. [#215](https://github.com/Stranger6667/jsonschema-rs/issues/215) +### Performance + +- Reduce the size of `PrimitiveTypesBitMapIterator` from 3 to 2 bytes. [#282](https://github.com/Stranger6667/jsonschema-rs/issues/282) + ## [0.12.1] - 2021-07-29 ### Fixed