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>2022-08-09 20:00:19 +0300
committerAleksander Machniak <alec@alec.pl>2022-08-09 20:00:19 +0300
commit1377ce5918f231081b343f93cd90d482cd2ac4ec (patch)
tree492a37509fcc9e1a4607288059198d331d1419dc /CHANGELOG.md
parentd03668e39a9782b45b0c0632d89b15b32f6a95bc (diff)
Fix PHP8.1 warnings (#8667)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae51590d5..7e8da8830 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
- Support for HAproxy protocol header in IMAP connections (#8625)
- Enigma: Support Kolab's Web Of Anti-Trust feature (#8626)
- Remove use of utf8_encode() and utf8_decode() functions deprecated in PHP 8.2
-- Fix various PHP 8.1 warnings (#8628, #8644)
+- Fix various PHP 8.1 warnings (#8628, #8644, #8667)
- Password: Remove references to %c variable that has been removed before (#8633)
- Fix anchor links in HTML mail (#8632)
- Fix bug where config creation in Installer did ignore options in the form (#8634)