summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-28 22:39:02 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-28 22:39:02 +0200
commit4b3795814018ceb16f6df4c5e6df146c89e2111a (patch)
treed197f95cfa14decaf1833fa76000de69d593f319 /CHANGELOG.md
parent49229e1723de14cdc66dc6480624bba426d35e36 (diff)
parent3edff32bde9eda3c0ea8bf3960aa8eef1a3c5524 (diff)
downloadwekan-4b3795814018ceb16f6df4c5e6df146c89e2111a.tar.gz
wekan-4b3795814018ceb16f6df4c5e6df146c89e2111a.tar.bz2
wekan-4b3795814018ceb16f6df4c5e6df146c89e2111a.zip
Merge branch 'devel' into edge
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d50c383..96ae292b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# Upcoming Wekan release
+
+This release adds the following [performance improvements](https://github.com/wekan/wekan/pull/2214), thanks to justinr1234:
+
+- New indexes for queries that were missing an index;
+- 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.
+
+Thanks to above GitHub users for their contributions.
+
# v2.31 2019-02-28 Wekan release
This release fixes the following bugs related to [Template features](https://github.com/wekan/wekan/issues/2209), thanks to GitHub user andresmanelli: