From 80e0a51c157e16c52d76d89c93f74fb9c62c4038 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 3 Mar 2014 14:02:34 +0100 Subject: [PATCH] Updated change log --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84131d92..ae7ae3da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ ArduinoJsonParser change log ============================ +v1.2 +---- + +* Example: changed `char[] json` into `char json[]`. Damn it C# ! + 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 v1.0