Remove DeserializationError == bool and DeserializationError != bool

This commit is contained in:
Benoit Blanchon
2021-10-23 16:12:58 +02:00
parent a7873389c6
commit 943a902a0b
3 changed files with 18 additions and 39 deletions

View File

@@ -10,6 +10,7 @@ HEAD
* Change the default of `ARDUINOJSON_USE_LONG_LONG` to `1` on 32-bit platforms
* Add `as<JsonString>()` and `is<JsonString>()`
* Add safe bool idiom in `JsonString`
* Remove `DeserializationError == bool` and `DeserializationError != bool`
v6.18.5 (2021-09-28)
-------