aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--APG/res/raw/help_changelog.html7
-rw-r--r--CHANGELOG5
2 files changed, 7 insertions, 5 deletions
diff --git a/APG/res/raw/help_changelog.html b/APG/res/raw/help_changelog.html
index bf013342b..fa1201cc1 100644
--- a/APG/res/raw/help_changelog.html
+++ b/APG/res/raw/help_changelog.html
@@ -8,13 +8,14 @@ And don't add newlines before or after p tags because of transifex -->
<h2>2.0</h2>
<ul>
<li>Complete redesign</li>
-<li>Integration of different branches:</li>
-<li>Share public keys via qr codes</li>
+<li>Share public keys via qr codes, nfc beam</li>
<li>Sign keys</li>
<li>Upload keys to server</li>
+<li>Fixes import issues</li>
+<li>New AIDL API</li>
</ul>
-<h2><h2>1.08</h2>
+<h2>1.08</h2>
<ul>
<li>basic key server support</li>
<li>app2sd (untested, let me know if there are problems)</li>
diff --git a/CHANGELOG b/CHANGELOG
index f61800a5a..131decc69 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,10 @@
2.0
* Complete redesign
-* Integration of different branches:
-* Share public keys via qr codes
+* Share public keys via qr codes, nfc beam
* Sign keys
* Upload keys to server
+* Fixes import issues
+* New AIDL API
1.0.8
* basic key server support (HKP, please report bugs :))