Skip to content

Commit 8f78845

Browse files
committed
chore: update CHANGELOG.md
1 parent f3fa6f0 commit 8f78845

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/health/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- Previously, the `Health` class directly instantiated the `DeviceInfoPlugin` internally, which was not ideal when trying to mock this functionality in unit tests, and could lead to problems with state management.
1010
* **Impact**:
1111
- For most users, **no immediate code changes are required** but it is paramount to initialize the `Health` class as a global instance (i.e. do not call `Health()` every time but rather define an instance `final health = Health();`).
12-
1312
* **BREAKING** (Android) Remove automatic permission request of `DISTANCE_DELTA` and `TOTAL_CALORIES_BURNED` data types when requesting permission for `WORKOUT` health data type.
1413
* For `WORKOUT`s that require above permissions, now those need to be requested manually.
1514
* Fix [#984](https://github.com/cph-cachet/flutter-plugins/issues/984) - PR [#1055](https://github.com/cph-cachet/flutter-plugins/pull/1055)

0 commit comments

Comments
 (0)