mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
Fixed CHANGELOG.md
This commit is contained in:
@ -4,9 +4,9 @@ Arduino JSON: change log
|
|||||||
v3.1
|
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()`
|
* Added `Generator::JsonObject::remove()`
|
||||||
|
|
||||||
Old generator API:
|
Old generator API:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user