Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-12-16 17:13:37 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-16 17:17:28 +0300
commit37cfa0a43b542add71b7d8ae9cfcae345448835c (patch)
treea49973989e0067dd66e83fdb7ed73bbb524b2e2b /CHANGELOG
parent5f30dc68a3b67eedb57a5f0115b4bad783cb3347 (diff)
Fix malformed characters in HTML message with charset meta tag not in head (#7116)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1ec2a43f6..172b853e5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,6 +31,7 @@ CHANGELOG Roundcube Webmail
- Fix bug where 'text' attribute on body tag was ignored when displaying HTML message (#7109)
- Fix bug where next message wasn't displayed after delete in List mode (#7096)
- Fix so number of contacts in a group is not limited to 200 when redirecting to mail composer from Contacts (#6972)
+- Fix malformed characters in HTML message with charset meta tag not in head (#7116)
RELEASE 1.4.1
-------------