Added ElementProxy::getOrAddElement() (fixes #1311)

This commit is contained in:
Benoit Blanchon
2020-07-23 10:58:47 +02:00
parent 40085609e2
commit 6dc36125c2
4 changed files with 7 additions and 1 deletions

View File

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