Fixed JsonVariant::operator[const FlashStringHelper*] (issue #441)

This commit is contained in:
Benoit Blanchon
2017-02-11 15:09:08 +01:00
parent 31827d03f9
commit c30241775a
2 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fixed an access violation in `DynamicJsonBuffer` when memory allocation fails (issue #433)
* Added operators `==` and `!=` for two `JsonVariant`s (issue #436)
* Fixed `JsonVariant::operator[const FlashStringHelper*]` (issue #441)
v5.8.2
------