summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-01 13:56:35 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-01 13:56:35 +0200
commit4741d17c7777ed64b0d90b9265125a5dc0d69432 (patch)
treedafca62e7f2b6ab25c7bd363371bfaf3deb1ac6c /CHANGELOG
parentc2e1ab4765ea69112791df3607faadf1bbf8b9c9 (diff)
Use create_function() instead of eval()
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d3bbf5bfc..060fd9593 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Make PHP code eval() free, use create_function()
- Add option to display email address together with a name in mail preview (#1488732)
- Fix Reply-To header handling in Reply-All action (#1489037)
- Fix so Sender: address is added to Cc: field on reply to all (#1489011)