8000 Fixed CHANGELOG.md · subnet/ArduinoJson@d460b59 · GitHub
[go: up one dir, main page]

Skip to content

Commit d460b59

Browse files
committed
Fixed CHANGELOG.md
1 parent 8e5ea91 commit d460b59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Arduino JSON: change log
44
v3.1
55
----
66

7-
* Calling `Generator::JsonObject.add()` twice with the same `key` now replaces the `value`
8-
* Added `Generator::JsonObject.operator[]`, see bellow the new API
9-
* Added `Generator::JsonObject.remove()`
7+
* Calling `Generator::JsonObject::add()` twice with the same `key` now replaces the `value`
8+
* Added `Generator::JsonObject::operator[]`, see bellow the new API
9+
* Added `Generator::JsonObject::remove()`
1010

1111
Old generator API:
1212

0 commit comments

Comments
 (0)
0