summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-22 19:21:51 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-22 19:21:51 +0100
commitd227eda9cba8f120b49ab6b9d6d3b46651f8c6c2 (patch)
treeb2c21a3a8b6606602555b23558fa0b77f4e70424 /CHANGELOG
parentf38d15c700303b3d63e7ad1b06a418986ac815f9 (diff)
Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bcbe2643e..04ec31d47 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005)
- Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008)
- Fix handling of some conditional comment tags in HTML message (#1489004)
- Add rel="noreferrer" for links in displayed messages (#1484686)