summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-19 09:11:56 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-19 09:11:56 +0100
commita8040cf0bd71aad66b6847e27d14fe302ef87e95 (patch)
tree335a0232cd2b32e112e143b413bd80225770a585 /CHANGELOG
parentd8270b66ccca4aef0db76bade89a398b1d33abe9 (diff)
Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
Prevent from re-adding the same forward attachment on compose page refresh
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 42d6cc72a..1e3eb77b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
- Add ability to toggle between HTML and text while viewing a message (#1486939)
- Better handling of session errors in ajax requests (#1488960)
- Fix HTML part detection for some specific message structures (#1488992)