Fixed return value of JsonObject::set() (issue #350)

This commit is contained in:
Benoit Blanchon
2016-09-16 10:10:31 +02:00
parent a60b35f41c
commit 2f6f3d0629
3 changed files with 25 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fixed `array[idx].as<JsonVariant>()` and `object[key].as<JsonVariant>()`
* Fixed return value of `JsonObject::set()` (issue #350)
v5.6.6
------