Skip to content

Commit

Permalink
Fixed CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Aug 3, 2014
1 parent 8e5ea91 commit d460b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Arduino JSON: change log
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()`
* 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()`

Old generator API:

Expand Down

0 comments on commit d460b59

Please sign in to comment.