summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-4427_default-encoding-to-utf82
-rw-r--r--changes/feature-4375_add-verification-of-detached-sigs1
-rw-r--r--changes/feature-expose-methods2
3 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug-4427_default-encoding-to-utf8 b/changes/bug-4427_default-encoding-to-utf8
deleted file mode 100644
index 3f7d671..0000000
--- a/changes/bug-4427_default-encoding-to-utf8
+++ /dev/null
@@ -1,2 +0,0 @@
- o Default encoding to 'utf-8' in case of system encodings not set. Closes
- #4427.
diff --git a/changes/feature-4375_add-verification-of-detached-sigs b/changes/feature-4375_add-verification-of-detached-sigs
deleted file mode 100644
index ee09cbe..0000000
--- a/changes/feature-4375_add-verification-of-detached-sigs
+++ /dev/null
@@ -1 +0,0 @@
- o Add verification of detached signatures. Closes #4375.
diff --git a/changes/feature-expose-methods b/changes/feature-expose-methods
deleted file mode 100644
index 92b30d5..0000000
--- a/changes/feature-expose-methods
+++ /dev/null
@@ -1,2 +0,0 @@
- o New openpgp method: parse_ascii_keys.
- o Expose openpgp methods in keymanager (parse_ascii_keys, put_key, delete_key).