aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--OpenKeychain/src/main/res/raw/help_changelog.html6
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f1e535411..a88895c38 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+## 3.0.1
+ * Better handling of large key imports
+ * Improved subkey selection
+
## 3.0
* Full support for Yubikey signature generation and decryption!
* Propose installable compatible apps in apps list
diff --git a/OpenKeychain/src/main/res/raw/help_changelog.html b/OpenKeychain/src/main/res/raw/help_changelog.html
index 3c4e3de66..9071e7e36 100644
--- a/OpenKeychain/src/main/res/raw/help_changelog.html
+++ b/OpenKeychain/src/main/res/raw/help_changelog.html
@@ -6,6 +6,12 @@ And don't add newlines before or after p tags because of transifex -->
</head>
<body>
+<h2>3.0.1</h2>
+<ul>
+<li>Better handling of large key imports</li>
+<li>Improved subkey selection</li>
+</ul>
+
<h2>3.0</h2>
<ul>
<li>Full support for Yubikey signature generation and decryption!</li>