summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-12 23:45:54 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-12 23:45:54 +0300
commit09d0fb095f1f2f9d24a981d3d412c0bcb5b8d08c (patch)
tree4102d2ecc13542c50340bb979f5ae9d268eab2e4
parent878b43ab310d7a2ef407f98496ec805136fcebf0 (diff)
downloadwekan-09d0fb095f1f2f9d24a981d3d412c0bcb5b8d08c.tar.gz
wekan-09d0fb095f1f2f9d24a981d3d412c0bcb5b8d08c.tar.bz2
wekan-09d0fb095f1f2f9d24a981d3d412c0bcb5b8d08c.zip
Fix typo.
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93a22d00..9154d336 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ This release adds the following new features:
ENV variables: NOTIFY_DUE_DAYS_BEFORE_AND_AFTER (default is 2, if 0, will turn off notification for and dued cards),
NOTIFY_DUE_AT_HOUR_OF_DAY (any number between 0 - 23, standing for at what hour of a day that the notification will
be sent to the watchers). Also [bug fix for this, timeOldValue needs to set to "" in params when it's
- not set.](https://github.com/wekan/wekan/pull/2541).
+ not set](https://github.com/wekan/wekan/pull/2541).
Thanks to whowillcare.
- [Notify Due Days: Add settings to Snap/Docker/Source. Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and
NOTIFY_DUE_AT_HOUR_OF_DAY](https://github.com/wekan/wekan/commit/5084cddf37ba16ce0855f8575c39f5e62d1b7f67).