Fixed JsonVariant::is<bool>() that was incorrectly returning false (issue #214)

This commit is contained in:
Benoit Blanchon
2016-01-31 21:56:04 +01:00
parent 01924618bd
commit 6a608d4b49
5 changed files with 49 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Made the library compatible with [PlatformIO](http://platformio.org/) (issue #181)
* Fixed `JsonVariant::is<bool>()` that was incorrectly returning false (issue #214)
v5.0.7
------