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-03-11 20:48:19 +0300
committerAleksander Machniak <alec@alec.pl>2022-03-11 21:00:35 +0300
commitc093f658d315db18323baae87f2dae28a2cb7cfc (patch)
tree0254ecef55c1b54e85b064c500d657b9579d29d5
parent134fb04f4b6bf75a4eecc319e3b72ad4940926fa (diff)
Update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f15f092c0..8ec8a1e6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Unreleased
+- Enigma: Fix initial synchronization of private keys
+- Fix handling of message/rfc822 parts that are small and are multipart structures with a single part (#8458)
- Fix various PHP8 warnings (#8392)
- Fix mail headers injection via the subject field on mail compose (#8404)
- Fix bug where small message/rfc822 parts could not be decoded (#8408)