summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-21 14:58:45 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-24 13:44:26 +0000
commit163029ce0a78b1e8bcdcc932d16632b0bfe49545 (patch)
tree23ca0a8a499c1369648d803d082c5f5b6a16a056
parent2d99bf6fa6f1f6cd9c78fbd96fa5c72c46abf465 (diff)
downloadmullvadvpn-163029ce0a78b1e8bcdcc932d16632b0bfe49545.tar.xz
mullvadvpn-163029ce0a78b1e8bcdcc932d16632b0bfe49545.zip
Describe fix by loading lib. sooner in changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ee3c0eb65..5c67e9a09a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,11 @@ Line wrap the file at 100 chars. Th
### Changed
- Use gRPC for communication between frontends and the backend instead of JSON-RPC.
+### Fixed
+#### Android
+- Fix possible crash when starting the app, caused by trying to use JNI functions before the library
+ is loaded.
+
## [2020.6-beta1] - 2020-08-20
### Added