Skip to content

Commit e859040

Browse files
enedclaude
andcommitted
docs: update CHANGELOG.md files with Future release improvements
- Add SharedPreferenceHelper callback improvements to workmanager_android CHANGELOG - Add iOS configuration and CI fixes to workmanager CHANGELOG - Document CHANGELOG management approach in CLAUDE.md using "Future" header - Keep entries concise and focused on user-facing impact 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d9696d7 commit e859040

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
- Focus on current progress and next steps
6060
- Document decisions and architectural choices
6161

62+
## CHANGELOG Management
63+
- Document improvements in CHANGELOG.md files immediately when implemented
64+
- Use "Future" as the version header for unreleased changes (standard open source practice)
65+
- Keep entries brief and focused on user-facing impact
66+
- Relevant files: workmanager/CHANGELOG.md, workmanager_android/CHANGELOG.md, workmanager_apple/CHANGELOG.md
67+
6268
## GitHub Actions - Package Analysis
6369
- The `analysis.yml` workflow runs package analysis for all packages
6470
- It performs `flutter analyze` and `dart pub publish --dry-run` for each package

workmanager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Future
2+
3+
## Bug Fixes & Improvements
4+
* Fix iOS example app Info.plist configuration with proper NSBonjourServices for debugging
5+
* Add version field to example app pubspec.yaml to resolve CFBundle warnings
6+
* Fix iOS CI builds by disabling User Script Sandboxing to resolve sandbox permission errors
7+
* Update iOS simulator devices to iPhone 16/iPhone 16 Pro in CI workflows
8+
19
# 0.8.0
210

311
## Major Architecture Changes

workmanager_android/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Future
2+
3+
### Improvements
4+
* Improve SharedPreferenceHelper callback handling - now calls callback immediately when preferences are already loaded
5+
* Add comprehensive unit tests for SharedPreferenceHelper callback scenarios
6+
* Fix iOS CI builds by disabling User Script Sandboxing to resolve sandbox permission errors
7+
18
## 0.8.0
29

310
### Initial Release

0 commit comments

Comments
 (0)