Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Sedykh <[email protected]>
  • Loading branch information
onthecrow and rsedykh authored Aug 25, 2023
1 parent 8a2a264 commit 1178df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 3.2.0
- Widget:
- `UploadcareWidget.selectFile()` was deprecated since `Fragment.startActivityForResult` was deprecated.
- The methods `UploadcareWidget.selectFile()` and `Fragment.startActivityForResult` have been deprecated.
We provide a new way via `Fragment.registerForActivityResult` and `Activity.registerForActivityResult`
with `UploadcareActivityResultContract`
- Documentation about using widget via `registerForActivityResult` with `UploadcareActivityResultContract` is updated accordingly
Expand Down

0 comments on commit 1178df5

Please sign in to comment.