Skip to content

Commit fa600c9

Browse files
committed
docs: update Android and Apple package changelogs
- Add dependency updates to workmanager_android changelog (androidx.work 2.10.2, Kotlin fixes) - Add Pigeon file regeneration to workmanager_apple changelog - Ensure all packages with changes have updated changelogs
1 parent 56a8023 commit fa600c9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

workmanager_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Future
22

3+
### Dependencies & Infrastructure Updates
4+
* Updated androidx.work from 2.9.0 to 2.10.2 with improved Flow-based observability
5+
* Fixed Kotlin null safety issues with androidx.work 2.10.2 type system improvements
6+
* Regenerated Pigeon files with updated version 26.0.0
7+
38
### Breaking Changes
49
* **BREAKING**: Update `registerPeriodicTask` to use `ExistingPeriodicWorkPolicy` instead of `ExistingWorkPolicy`
510
* This provides better type safety and mirrors Android's native API

workmanager_apple/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Future
22

3+
### Dependencies & Infrastructure Updates
4+
* Regenerated Pigeon files with updated version 26.0.0 for enhanced multi-platform support
5+
36
### Breaking Changes
47
* **BREAKING**: Update `registerPeriodicTask` to use `ExistingPeriodicWorkPolicy` instead of `ExistingWorkPolicy`
58
* This provides better type safety across all platforms

0 commit comments

Comments
 (0)