summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-04-26 11:36:42 +0000
committeralecpl <alec@alec.pl>2011-04-26 11:36:42 +0000
commit5c1dfb0b115f7873ad0c33c0f514d95653f58263 (patch)
treee6f5426d5d7a65533362a8d214a99a3c094f6808 /CHANGELOG
parent3d98b4d9148c2cb307199e68644101d6229def85 (diff)
- Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9fb5c576d..5182f6aef 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883)
- Fix usage of non-standard HTTP error codes (#1487797)
- Improve performance by including files with absolute path (#1487849)
- Move folder name truncation to client/skin (#1485412)