浏览代码

Updated changelog.

Benoit Blanchon 11 年之前
父节点
当前提交
96c9b5deee
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      CHANGELOG.md

+ 3 - 2
CHANGELOG.md

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