Fixed CHANGELOG.md

This commit is contained in:
Benoit Blanchon
2014-08-03 15:54:16 +02:00
parent 8e5ea91f8d
commit d460b59b50

View File

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