Added change log

This commit is contained in:
Benoit Blanchon
2014-02-27 13:54:34 +01:00
parent 3661f801a5
commit c844db8659

13
CHANGELOG.md Normal file
View 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