Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CheK539 committed Nov 14, 2023
1 parent bc7034b commit 4df1f6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
[malware protection](https://uploadcare.com/docs/security/malware-protection/),
and [background removal](https://uploadcare.com/docs/remove-bg/).
- Fixed authorization signature for requests with url parameters.
- Added rules for Proguard.
- Added keep DTO classes to Proguard's rules, as network JSON Adapter uses reflection on them.
- Widget:
- SocialApi doesn't use `GET /sources` method anymore.
- Added rules for Proguard.
- Added keep DTO classes to Proguard's rules, as network JSON Adapter uses reflection on them.
- Project:
- Migrated Gradle builds from Groovy to Kotlin.
- Example:
- Removed sorting options by file size from `UploadFragment`.
- Enable R8 shrinking code for release build.
- Enable R8 shrinking code for release build to enable Proguard's rules.

## 3.3.0
- Library:
Expand Down

0 comments on commit 4df1f6d

Please sign in to comment.