summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-28 08:31:42 +0000
committeralecpl <alec@alec.pl>2011-11-28 08:31:42 +0000
commit6e0fdedfce0c72eb642d89b9446fe304d9c66dcc (patch)
treebd05c62205039632687e9dc5d4fd83d18cee08ea /CHANGELOG
parentca0cd05973b468c056a682ab1fb9133856a56943 (diff)
- Use strpos() instead of strstr() when possible (#1488211)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 02d9d66f8..e99728105 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Use strpos() instead of strstr() when possible (#1488211)
- Fix handling HTML entities when converting HTML to text (#1488212)
- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207)
- Fix handling of invalid characters in request (#1488124)