summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-07-07 10:54:33 +0200
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-07-07 14:29:51 +0200
commit8cc83f1f4a5e054737d4d6bf1ecbf8fc7af3e4b9 (patch)
treec21b7384b621cd486cd1cee404773c8cb4257491
parent06d9f402d467d6851661725240dee94764f44c67 (diff)
downloadmullvadvpn-8cc83f1f4a5e054737d4d6bf1ecbf8fc7af3e4b9.tar.xz
mullvadvpn-8cc83f1f4a5e054737d4d6bf1ecbf8fc7af3e4b9.zip
Update Android changelog
Fix AlarmManager typo and location in the changelog.
-rw-r--r--android/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index 62bd515176..a22755a771 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -26,6 +26,9 @@ Line wrap the file at 100 chars. Th
- Add Memory Tagging (MTE) opt-in flag to enable it by default on supported Android versions and
devices.
+### Changed
+- Use AlarmManager to schedule account out of time notifications.
+
## [android/2025.5] - 2025-07-02
### Fixed
@@ -44,7 +47,6 @@ Line wrap the file at 100 chars. Th
is drastically smaller.
- Update the UI and flow for adding time.
- Change so that search no longer requires at least 2 letters.
-- Use AlarmManger to schedule account out of time notifications.
### Removed
- Remove logging from the Google in-app purchase component in an experimental and non-supported way.