summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-05 16:38:58 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-05 16:39:29 +0200
commit3a0dc87856cc0c2a47649e58e930621506e64cbf (patch)
tree40ac9dbcd6d87a31e2b50329a8ff6307dc67be03 /CHANGELOG
parent0b0caee40b6c68263a349b54bc989ceb53af1b63 (diff)
Fix backslash character handling on vCard import (#1489085)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 56d5d7b72..c97df8c96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix backslash character handling on vCard import (#1489085)
- Fix csv import from Thunderbird with French localization (#1489059)
- Fix messages list focus issue in Opera and Webkit (#1489058)
- Make PHP code eval() free, use create_function()