Fixed error when the key of a JsonObject is a char[] and reduced code size when using const references (issue #423)

This commit is contained in:
Benoit Blanchon
2017-01-22 11:10:45 +01:00
parent cc8c0472ca
commit a096098c1f
5 changed files with 25 additions and 9 deletions

View File

@@ -7,6 +7,8 @@ HEAD
* Fixed parsing of comments (issue #421)
* Fixed ignored `Stream` timeout (issue #422)
* Made sure we don't read more that necessary (issue #422)
* Fixed error when the key of a `JsonObject` is a `char[]` (issue #423)
* Reduced code size when using `const` references
v5.8.1
------