diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-16 13:57:38 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-16 13:57:38 +0300 |
commit | ba5ee34d83bc6143d58c9a34d69e52d4a252b674 (patch) | |
tree | 957fa7e290a9a56c1cfbe5b136ca73c097206418 | |
parent | 849f15ceee8f40514fe75cbc0b8492394989b2b6 (diff) | |
download | wekan-ba5ee34d83bc6143d58c9a34d69e52d4a252b674.tar.gz wekan-ba5ee34d83bc6143d58c9a34d69e52d4a252b674.tar.bz2 wekan-ba5ee34d83bc6143d58c9a34d69e52d4a252b674.zip |
- [Automatically close the sidebar](https://github.com/wekan/wekan/pull/1954).
- [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/issues/1952).
Thanks to Akuket !
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 72476a2c..bf100863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Upcoming Wekan release + +This release adds the following new features: + +- [Automatically close the sidebar](https://github.com/wekan/wekan/pull/1954). + +and fixes the following bugs: + +- [Update broke the ability to mute notifications](https://github.com/wekan/wekan/issues/1952). + +Thanks to GitHub user Akuket for contributions. + # v1.54 2018-10-14 Wekan release This release fixes the following bugs: |