Browse Source

Update ChangeLog.

Lauri Ojansivu 5 years ago
parent
commit
37065c1d50
1 changed files with 7 additions and 3 deletions
  1. 7 3
      CHANGELOG.md

+ 7 - 3
CHANGELOG.md

@@ -2,15 +2,14 @@
 
 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
   a webhook to increase security.
   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.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.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.
 - [Patch admin search feature to Search in all users, not just "loaded" users
   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).
   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.
 
 # v3.35 2019-08-29 Wekan release