diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index adeded0..4533d92 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,11 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 3 | This file lists notable changes that have been made to the application on each release. |
4 | Releases are tracked and referred to using git tags. | 4 | Releases are tracked and referred to using git tags. |
5 | 5 | ||
6 | ## v0.31 - 2020-09-16 | ||
7 | - fix app crash when external cache directory isn't available (for compatibility with Android 11) | ||
8 | - patch tinc for fortified libc checks (for compatibility with Android NDK r21) | ||
9 | - update LibreSSL to 3.1.4 | ||
10 | |||
6 | ## v0.30 - 2020-01-20 | 11 | ## v0.30 - 2020-01-20 |
7 | - fix missing system logger dependency on Android 10 | 12 | - fix missing system logger dependency on Android 10 |
8 | - revert back to target API 28 to fix daemon not starting on Android 5 | 13 | - revert back to target API 28 to fix daemon not starting on Android 5 |