Przeglądaj źródła

Added change log

Benoit Blanchon 12 lat temu
rodzic
commit
c844db8659
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13 0
      CHANGELOG.md

+ 13 - 0
CHANGELOG.md

@@ -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