瀏覽代碼

Fix: REST API: Add PUT method to update a card. Thanks to zarnifoulette ! Related to #1037

Lauri Ojansivu 8 年之前
父節點
當前提交
6ec217a5e2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      CHANGELOG.md

+ 2 - 1
CHANGELOG.md

@@ -2,7 +2,8 @@
 
 This release adds the following new features:
 
-* [REST API: Add PUT method to update a card](https://github.com/wekan/wekan/pull/1095).
+* [REST API: Add PUT method to update a card](https://github.com/wekan/wekan/pull/1095) and
+  [related fix](https://github.com/wekan/wekan/pull/1097).
 
 Thanks to GitHub user zarnifoulette for contributions!