Fixed regression in UTF16 decoding (fixes #1173)

This commit is contained in:
Benoit Blanchon
2020-01-27 12:10:10 +01:00
parent ddfe7d8b91
commit 09d4b2cd38
6 changed files with 130 additions and 12 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fixed regression in UTF16 decoding (issue #1173)
v6.14.0 (2020-01-16)
-------