Fixed variant.is<nullptr_t>()

This commit is contained in:
Benoit Blanchon
2020-01-13 20:47:43 +01:00
parent 27ec1afb7a
commit 25879466da
3 changed files with 19 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ HEAD
(ArduinoJson now produces standard UTF-8 instead of CESU-8)
* Added `measureJson`, `measureJsonPretty`, and `measureMsgPack` to `keywords.txt`
(This file is used for syntax highlighting in the Arduino IDE)
* Fixed `variant.is<nullptr_t>()`
> ### BREAKING CHANGES
>