Fixed copyArray() not working with String

This commit is contained in:
Benoit Blanchon
2020-07-22 20:02:33 +02:00
parent 764ff2cd53
commit ebb6d80092
3 changed files with 43 additions and 12 deletions

View File

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