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-07-29 09:00:34 +0300
committerAleksander Machniak <alec@alec.pl>2022-07-29 09:00:34 +0300
commit0895d6c2fd7f480651f9cceadea7ef4183032202 (patch)
treead7dd5bb32944870ec07e4ee143b7fb94404066b /CHANGELOG.md
parentafa12217834367a48a7c454cc411b3daa2d3d0e7 (diff)
- Fix various PHP 8.1 warnings (#8628)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76b454ef1..5bbf8af90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
## Unreleased
- Advanced mail search syntax with more possibilities (without UI) (#8502)
+- Fix various PHP 8.1 warnings (#8628)
+
+## Release 1.6.0
+
- Fix SMTP XCLIENT extension when not using STARTTLS (#8581)
- Fix call to undefined method rcube_ldap_generic::option_set() (#8564)
- Fix PHP Fatal error on incompatible method declaration of rcmail_output_json::command() and rcmail_output::command() (#8579)