summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-16 13:42:58 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-16 13:42:58 +0300
commit5979fc1d3dacb408b516f4b07a0c6aeed347a522 (patch)
treeb378130aa856e67b1241c36868f73c7a85bb7351
parent81f98e2da1998d62e937f3c3094c9a8cc14f4ccd (diff)
downloadwekan-5979fc1d3dacb408b516f4b07a0c6aeed347a522.tar.gz
wekan-5979fc1d3dacb408b516f4b07a0c6aeed347a522.tar.bz2
wekan-5979fc1d3dacb408b516f4b07a0c6aeed347a522.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/pull/1954). Thanks to Akuket !
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19969cdf..8ced40f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,15 @@
# Upcoming Wekan Edge release
-This release fixes the following bugs:
+This release adds the following new features:
+
+- [Automatically close the sidebar](https://github.com/wekan/wekan/pull/1954).
+
+and fixes the following bugs:
- [Improve notifications](https://github.com/wekan/wekan/pull/1948);
- [Fix deleting Custom Fields, removing broken references](https://github.com/wekan/wekan/issues/1872);
-- [Fix vertical text for swimlanes in IE11](https://github.com/wekan/wekan/issues/1798).
+- [Fix vertical text for swimlanes in IE11](https://github.com/wekan/wekan/issues/1798);
+- [Update broke the ability to mute notifications](https://github.com/wekan/wekan/pull/1954).
Thanks to GitHub users Akuket, Clement87 and tomodwyer for their contributions.