summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-28 08:10:44 +0000
committeralecpl <alec@alec.pl>2011-11-28 08:10:44 +0000
commitca0cd05973b468c056a682ab1fb9133856a56943 (patch)
tree83b36c9b087c180df7e3070f7db8acebe887058b /CHANGELOG
parent79db33098381dd843cd8b9a1932688d3bafd5cc4 (diff)
- Fix handling HTML entities when converting HTML to text (#1488212)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 486a73a8f..02d9d66f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix handling HTML entities when converting HTML to text (#1488212)
- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207)
- Fix handling of invalid characters in request (#1488124)
- Fix merging some configuration options in update.sh script (#1485864)