Fixed deserializer that stopped reading at the first 0xFF (closes #1118)

This commit is contained in:
Benoit Blanchon
2019-10-29 14:17:11 +01:00
parent 3a169df0a5
commit ef63757b1a
4 changed files with 80 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ HEAD
* Fixed `deserializeJson()` when input contains duplicate keys (issue #1095)
* Improved `deserializeMsgPack()` speed by reading several bytes at once
* Added detection of Atmel AVR8/GNU C Compiler (issue #1112)
* Fixed deserializer that stopped reading at the first `0xFF` (PR #1118 by @mikee47)
v6.12.0 (2019-09-05)
-------