summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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