Skip to content

Commit 4e06a35

Browse files
authored
Fix manifest merge conflict and add image compression
Resolved a manifest merge conflict and added automatic image compression feature.
1 parent 4931316 commit 4e06a35

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7272
- **API Compatibility**: Useful for any service that requires precise byte values
7373
- **Migration Guide**: To get KB from bytes, divide by 1024: `val fileSizeKB = (result.fileSize ?: 0) / 1024.0`
7474
- **Updated Documentation**: All examples and documentation updated to reflect byte-based sizes
75+
- ### Fixed
76+
- Resolved manifest merge conflict with host apps using FileProvider
7577

7678
### Added
7779

@@ -556,4 +558,4 @@ For feature requests, please:
556558

557559
---
558560

559-
**Note**: This changelog is maintained by the ImagePickerKMP team. For questions or suggestions, please contact us.
561+
**Note**: This changelog is maintained by the ImagePickerKMP team. For questions or suggestions, please contact us.

0 commit comments

Comments
 (0)