From b48cebc89b45b3c6aadf4a0cc003e95f930420e7 Mon Sep 17 00:00:00 2001 From: Sasikanth Miriyampalli Date: Tue, 9 Jan 2024 09:11:54 +0530 Subject: [PATCH] Update CHANGELOG (#4836) --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6e002ed73..6f586a36efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Next Release +### Internal + +- Bump Mobius to v1.5.14 +- Add AndroidX lifecycle livedata ktx dependency + +### Fixes + +- Fix app crashing on Android 14+ devices when downloading overdue or patient line list + +## 2023-12-11-8960 + ### Features - Show data protection consent screen during onboarding @@ -13,13 +24,10 @@ - Make entire card scrollable in `OnboardingConsentScreen` - Show data protection consent dialog after entering app lock pin for existing users - Add translations for data consent strings -- Bump Mobius to v1.5.14 -- Add AndroidX lifecycle livedata ktx dependency ### Fixes - Fix app crashing when trying to replacing the last screen during navigation -- Fix app crashing on Android 14+ devices when downloading overdue or patient line list ## 2023-11-20-8926