mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
Added change log
This commit is contained in:
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
ArduinoJsonParser change log
|
||||||
|
============================
|
||||||
|
|
||||||
|
v1.1 (unreleased)
|
||||||
|
----
|
||||||
|
|
||||||
|
* Example: changed `char* json` into `char[] json` so that the byes are not write protected
|
||||||
|
* Fixed parsing bug when the JSON contains multi-dimensional arrays
|
||||||
|
|
||||||
|
v1.0
|
||||||
|
----
|
||||||
|
|
||||||
|
Initial release
|
Reference in New Issue
Block a user