summaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-30 03:05:43 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-10-30 03:05:43 +0100
commit41b23f88aea0f421226f92b081cdb1b61c64bde4 (patch)
tree3091b7645cd98d0b904fe7deb90520483bfd9ca2 /History.md
parentdd3cdf3945b26c70b00b5c9c1dd13c74eaed2f8b (diff)
downloadwekan-41b23f88aea0f421226f92b081cdb1b61c64bde4.tar.gz
wekan-41b23f88aea0f421226f92b081cdb1b61c64bde4.tar.bz2
wekan-41b23f88aea0f421226f92b081cdb1b61c64bde4.zip
Implement fast-render
This required updating 3stack:presence because of the following bug: https://github.com/3stack-software/meteor-presence/pull/3
Diffstat (limited to 'History.md')
-rw-r--r--History.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/History.md b/History.md
index 462e37a7..bc8ff5ca 100644
--- a/History.md
+++ b/History.md
@@ -3,6 +3,8 @@
This release features:
* Card import from Trello
+* Accelerate the initial page rendering by sending the data on the intial HTTP
+ response instead of waiting for the DDP connection to open.
Thanks to GitHub users AlexanderS, fisle, ndarilek, and xavierpriour for their
contributions.