From 48dd3e784141d2cf41419ef7505f175a70a852b9 Mon Sep 17 00:00:00 2001 From: Siddharth Agarwal Date: Fri, 20 Dec 2024 00:45:49 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e31fedceae..59ea6157fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ - Add `isSmoker` and `cholesterol_value` in `MedicalHistory` table - Add `PatientAttribute` sync resource - Add `CVDRisk` sync resource +- Add `BMIEntrySheet` ### Fixes @@ -67,7 +68,7 @@ - Migrate `SplashScreen` to Compose - Migrate `OnboardingScreen` to Compose - Migrate `StainNudge` to Compose -- Run database maintenance as a background worker +- Run database maintenance as a background worker - Update `google-services.json` file for all environments. ### Features