Skip to content

Commit

Permalink
Minor 3.1.0 changelog fixes. (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored Feb 5, 2025
1 parent 986e7fe commit 56593e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
- Add `AnimatedImageDecoder.ENCODED_LOOP_COUNT` to support using the encoded repeat count in a GIF's metadata.
- Add `Extras` to `NetworkRequest` to support custom extensions.
- Add `DiskCache.Builder.cleanupCoroutineContext` and deprecate `DiskCache.Builder.cleanupDispatcher`.
- Add `ImageLoader.Builder.imageDecoderEnabled` to optionally disable using `android.graphics.ImageDecoder` on API 29 and above.
- Log a warning if there is no registered `Keyer` for an `ImageRequest`'s data type.
- Make `CrossfadePainter` public.
- Support `Transformation`s on all multiplatform targets.
- Support 0 as `Expires` header value in `CacheControlCacheStrategy`.
- Fix `AsyncImage`/`SubcomposeAsyncImage`/`rememberAsyncImage` not launching a new `ImageRequest` if its `ContentScale` changes to/from `None`.
- Update to Kotlin 2.1.0.
- Update to Kotlin 2.1.10.
- NOTE: This release requires compiling with Kotlin 2.1.0 or greater if you use Kotlin native due to an [LLVM update](https://kotlinlang.org/docs/whatsnew21.html#llvm-update-from-11-1-0-to-16-0-0).
- Update to Compose 1.7.3.

Expand Down

0 comments on commit 56593e7

Please sign in to comment.