summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-27 17:53:06 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-27 17:53:06 +0200
commit5841a3abea31b88d61d26609908867d98c10ee8e (patch)
tree4b552ea701798fa0a7c0478726f072811b2c8f53 /CHANGELOG.md
parentd753fc06c9e97e242da05c478bf20ed827da4b9b (diff)
parent494d44f8bb6c575161449c42c100999cf0aa648f (diff)
downloadwekan-5841a3abea31b88d61d26609908867d98c10ee8e.tar.gz
wekan-5841a3abea31b88d61d26609908867d98c10ee8e.tar.bz2
wekan-5841a3abea31b88d61d26609908867d98c10ee8e.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f457bdb6..a141dd4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# v2.56 2019-03-27 Wekan release
+
+This release [fixes the following bugs](https://github.com/wekan/wekan/pull/2287), thanks to bentiss with Apache I-CLA:
+
+- [#2250 -> the spinner could be shown on startup and never goes away](https://github.com/wekan/wekan/issues/2250).
+- The code will now only load extra cards that will be in the current viewport.
+- When 2 users were interacting on the same board, there was a situation where the spinner could show up on the other user, without being able to load the extra cards.
+- The code is now much simpler, thanks to the IntersectionObserver, and all of this for fewer lines of code :)
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v2.55 2019-03-25 Wekan release
This release fixes the following bugs, thanks to bentiss with Apache I-CLA: