summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-30 09:19:22 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-30 09:19:22 +0200
commit581a52b615a8d43eefd39e5ffa0cd6b80e792f7c (patch)
tree10cae6143768558e9e86b2802aca6c47bd481b83 /CHANGELOG
parentd0962105043df3521cd07fbac80344a09b46124d (diff)
Fix performance regression in text wrapping function (#1489133) - don't use iconv here
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 95a0fc7e7..7ef15b695 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix performance regression in text wrapping function (#1489133)
- Fix connection to posgtres db using unix socket (#1489132)
- Implemented shared cache (rcube_cache_shared)
- Fix handling of comma when adding contact from contacts widget (#1489107)