Fixed copyArray() not working with MemberProxy and ElementProxy

This commit is contained in:
Benoit Blanchon
2020-07-22 20:38:09 +02:00
parent ebb6d80092
commit 40085609e2
3 changed files with 213 additions and 86 deletions

View File

@@ -6,7 +6,7 @@ HEAD
* Added comparisons (`>`, `>=`, `==`, `!=`, `<`, and `<=`) between `JsonVariant`s
* Added string deduplication (issue #1303)
* Fixed `copyArray()` not working with `String`
* Fixed `copyArray()` not working with `String`, `ElementProxy`, and `MemberProxy`
v6.15.2 (2020-05-15)
-------