summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT3
-rw-r--r--changes/handle-unicode-characters1
2 files changed, 3 insertions, 1 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index 1d5643f..03caa3e 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -9,4 +9,5 @@
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
leap.soledad.client 0.5.0 # get_count_by_index
-
+leap.common 0.3.7 # get_email_charset
+leap.keymanager 0.3.8 # openpgp.decrypt
diff --git a/changes/handle-unicode-characters b/changes/handle-unicode-characters
new file mode 100644
index 0000000..052c543
--- /dev/null
+++ b/changes/handle-unicode-characters
@@ -0,0 +1 @@
+ o Handle correctly unicode characters in emails. Closes #4838.