Skip to content

Commit

Permalink
Updated change-log
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Sep 9, 2014
1 parent 49d2b4b commit feb6060
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Arduino JSON: change log
========================

v3.4
----

* Fixed escaped char parsing (issue #16)


v3.3
----

* Added indented output for the JSON generator, see example bellow.
* Added indented output for the JSON generator (issue #11), see example bellow.
* Added `IndentedPrint`, a decorator for `Print` to allow indented output

Example:
Expand All @@ -23,7 +29,7 @@ v3.1

* Calling `Generator::JsonObject::add()` twice with the same `key` now replaces the `value`
* Added `Generator::JsonObject::operator[]`, see bellow the new API
* Added `Generator::JsonObject::remove()`
* Added `Generator::JsonObject::remove()` (issue #9)

Old generator API:

Expand All @@ -44,7 +50,7 @@ v3.0

* New parser API, see bellow
* Renamed `JsonHashTable` into `JsonObject`
* Added iterators for `JsonArray` and `JsonObject`
* Added iterators for `JsonArray` and `JsonObject` (issue #4)

Old parser API:

Expand Down

0 comments on commit feb6060

Please sign in to comment.