forked from bblanchon/ArduinoJson
Updated change log
This commit is contained in:
@ -1,10 +1,15 @@
|
|||||||
ArduinoJsonParser change log
|
ArduinoJsonParser change log
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
v1.2
|
||||||
|
----
|
||||||
|
|
||||||
|
* Example: changed `char[] json` into `char json[]`. Damn it C# !
|
||||||
|
|
||||||
v1.1
|
v1.1
|
||||||
----
|
----
|
||||||
|
|
||||||
* Example: changed `char* json` into `char json[]` so that the byes are not write protected
|
* Example: changed `char* json` into `char[] json` so that the bytes are not write protected
|
||||||
* Fixed parsing bug when the JSON contains multi-dimensional arrays
|
* Fixed parsing bug when the JSON contains multi-dimensional arrays
|
||||||
|
|
||||||
v1.0
|
v1.0
|
||||||
|
Reference in New Issue
Block a user