summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-09-05 22:54:37 +0300
committerLauri Ojansivu <x@xet7.org>2019-09-05 22:54:37 +0300
commit37065c1d50a4f5b1094cfa4488b6af770cad001c (patch)
tree17b5880e9e327947c2b82096454346da91e762c2
parent9764e03a37c34497944078b451b1e1df9d7cc2d6 (diff)
downloadwekan-37065c1d50a4f5b1094cfa4488b6af770cad001c.tar.gz
wekan-37065c1d50a4f5b1094cfa4488b6af770cad001c.tar.bz2
wekan-37065c1d50a4f5b1094cfa4488b6af770cad001c.zip
Update ChangeLog.
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c7cf473..980c4ca4 100644
--- a/CHANGELOG.md
+++ b/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