From 96646bb40689028bf9b04b819cff5230081086cc Mon Sep 17 00:00:00 2001 From: pld Date: Tue, 1 Aug 2023 10:37:49 -0400 Subject: [PATCH] add change note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf874b8c6..48579201b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Insights feature to show stats on any _Unsynced_ Resources on the device - Generic date service function to add or subtract days, weeks, months or years from/to current date - Add ability to configure resource Id used to open profiles +- [App Performance] Profile the time it takes for the app to load the configs and patient data from the local DB ### Fixed - Incorrect error shown for failed authentication when the credentials are invalid.