Updated changelog.

This commit is contained in:
Benoit Blanchon
2014-08-03 13:18:59 +02:00
parent 8e81b9bb26
commit 96c9b5deee

View File

@ -1,11 +1,12 @@
Arduino JSON: change log Arduino JSON: change log
======================== ========================
master v3.1
------ ----
* Calling `Generator::JsonObject.add()` twice with the same `key` now replaces the `value` * 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.operator[]`, see bellow the new API
* Added `Generator::JsonObject.remove()`
Old generator API: Old generator API: