summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Henneke <FabianHenneke@users.noreply.github.com>2020-07-23 18:06:36 +0200
committerHarsh Shandilya <me@msfjarvis.dev>2020-07-23 21:38:11 +0530
commitf1ad84c34b571bd75bc0b1f73a7cf26b0e2b42e4 (patch)
tree5463b1410b5ce5639f53d6cdba6256f0f74f8c6b
parent1546f862c56e72540b79126433e2deb3d26bef7f (diff)
Add CHANGELOG entries for 1.10.1 (#961)
(cherry picked from commit da3ca10de664ec90f12320f3059c7b8fdc8315f9)
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37c7d3bf..2df62f16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+### Fixed
+
+- Using long key IDs in .gpg-id no longer leads to a crash
+- Long key IDs and fingerprints are now correctly forwarded to OpenKeychain
+
+### Added
+
+- Support for multiple GPG IDs in .gpg-id
+- Creating an entry in an empty store now lets you select keys to initialize .gpg-id with
+
## [1.10.0] - 2020-07-22
### Changed