summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-28 22:57:40 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-28 22:57:40 +0200
commit8e36a2bc838fb15f88bbbadcfad9528f2a41a3c6 (patch)
tree3fd8819f7196e56953d3c73fe0b6fc8a0967c8b9
parent24e47195e556b6f36b36f8e1a8f09737eaebb784 (diff)
downloadwekan-8e36a2bc838fb15f88bbbadcfad9528f2a41a3c6.tar.gz
wekan-8e36a2bc838fb15f88bbbadcfad9528f2a41a3c6.tar.bz2
wekan-8e36a2bc838fb15f88bbbadcfad9528f2a41a3c6.zip
[Fix filtering in swimlane view](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36)
that was [broken since v2.29](https://github.com/wekan/wekan/issues/2213). Thanks to andresmanelli ! Closes #2213, Related #2209
-rw-r--r--CHANGELOG.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdcabc16..b23321f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v2.32 2019-02-28 Wekan release
This release adds the following [performance improvements](https://github.com/wekan/wekan/pull/2214), thanks to justinr1234:
@@ -6,10 +6,9 @@ This release adds the following [performance improvements](https://github.com/we
- Bulk querying documents to reduce the number of mongo queries when loading a board;
- Ensure oplog is being used to query the database by providing a `sort` key when `limit` is used querying the `boards` collection.
-and [fixes](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) the following bugs
-related to [Template features](https://github.com/wekan/wekan/issues/2209), thanks to andresmanelli:
+and fixes the following bugs related to [Template features](https://github.com/wekan/wekan/issues/2209), thanks to andresmanelli:
-- [Filtering in swimlane view is broken since v2.29](https://github.com/wekan/wekan/issues/2213).
+- [Fix filtering in swimlane view](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) that was [broken since v2.29](https://github.com/wekan/wekan/issues/2213).
Thanks to above GitHub users for their contributions.