Fix filter not working in zero-copy mode (fixes #1697)

This commit is contained in:
Benoit Blanchon
2022-01-13 16:12:56 +01:00
parent 4f6244eef4
commit 21b2c76524
5 changed files with 46 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fix crash when adding an object member in a too small `JsonDocument`
* Fix filter not working in zero-copy mode (issue #1697)
v6.19.0 (2022-01-08)
-------