Fixed deserializeJson() silently accepting a Stream* (issue #978)

This commit is contained in:
Benoit Blanchon
2019-05-09 08:33:09 +02:00
parent eaf55e174b
commit 2af003e4e2
5 changed files with 52 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ ArduinoJson: change log
HEAD
----
* Fixed `deserializeJson()` silently accepting a `Stream*` (issue #978)
* Fixed invalid result from `operator|` (issue #981)
> ### BREAKING CHANGE