summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e891bc4417..c8e0fee0e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -81,9 +81,6 @@ Line wrap the file at 100 chars. Th
- Fix notifications on Windows not showing if window is unpinned and hidden.
- Wait for IP interfaces to arrive before trying to configure them when using wireguard-nt.
-#### Android
-- Fix app sometimes crashing during startup on Android TVs.
-
### Security
- Restrict which applications are allowed to communicate with the API while in a blocking state.
This prevents malicious scripts on websites from trying to do so. On Windows, only
@@ -91,6 +88,12 @@ Line wrap the file at 100 chars. Th
whereas on Linux and macOS only root processes are able to reach the API.
+## [android/2022.1-beta2] - 2022-01-27
+### Fixed
+#### Android
+- Fix app sometimes crashing during startup on Android TVs.
+
+
## [android/2022.1-beta1] - 2022-01-26
### Added
#### Android