浏览代码

Update ChangeLog.

Lauri Ojansivu 5 年之前
父节点
当前提交
37065c1d50
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      CHANGELOG.md

+ 7 - 3
CHANGELOG.md

@@ -2,15 +2,14 @@
 
 
 This release adds the following new features:
 This release adds the following new features:
 
 
-- [Complete the original author's webhook functions and add two-way webhook type:
+- [Complete the original author's webhook functions and add two-way webhook type](https://github.com/wekan/wekan/pull/2665):
   1. Make webhook function more complete by allowing user to specify name and token of
   1. Make webhook function more complete by allowing user to specify name and token of
   a webhook to increase security.
   a webhook to increase security.
   1. Allow wekan admin to sepcify a global webhook.
   1. Allow wekan admin to sepcify a global webhook.
   3. Add new type of two-way webhook that can act on the JSON webhook return payload:
   3. Add new type of two-way webhook that can act on the JSON webhook return payload:
   3.1. If the payload data contains cardId, boardId, and comment key words,
   3.1. If the payload data contains cardId, boardId, and comment key words,
   3.2. If it has commentId, an existing comment will be modified
   3.2. If it has commentId, an existing comment will be modified
-  3.3. If it doesn't have commentId, then a new comment will be added
-  otherwise, does nothing](https://github.com/wekan/wekan/pull/2665).
+  3.3. If it doesn't have commentId, then a new comment will be added, otherwise, does nothing.
   Thanks to whowillcare.
   Thanks to whowillcare.
 - [Patch admin search feature to Search in all users, not just "loaded" users
 - [Patch admin search feature to Search in all users, not just "loaded" users
   in the client](https://github.com/wekan/wekan/pull/2667).
   in the client](https://github.com/wekan/wekan/pull/2667).
@@ -19,6 +18,11 @@ This release adds the following new features:
   Environment](https://github.com/wekan/wekan/pull/2672).
   Environment](https://github.com/wekan/wekan/pull/2672).
   Thanks to road42.
   Thanks to road42.
 
 
+and fixes the following bugs:
+
+- [Fix incorrect date types for created and updated, so now newest card comments are at top](https://github.com/wekan/wekan/pull/2679).
+  Thanks to justinr1234.
+
 Thanks to above GitHub users for their contributions and translators for their translations.
 Thanks to above GitHub users for their contributions and translators for their translations.
 
 
 # v3.35 2019-08-29 Wekan release
 # v3.35 2019-08-29 Wekan release