Added support for nullptr (closes #998)

This commit is contained in:
Benoit Blanchon
2019-05-26 11:31:51 +02:00
parent 630107ae8a
commit 2ed77d2cc3
5 changed files with 58 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ HEAD
* Added `ARDUINOJSON_ENABLE_INFINITY` (default=0) to enable Infinity in JSON
* Removed implicit conversion in comparison operators (issue #998)
* Added lexicographical comparison for `JsonVariant`
* Added support for `nullptr` (issue #998)
> ### BREAKING CHANGES
>