Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 18, 2024
1 parent 7c68955 commit 1b4d9cf
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 @@

*May 18, 2024*

This release contains some major improvements to the Structured Concurrency support and introduced a re-engineered `ImagePipeline`.
This release contains major improvements to the Structured Concurrency support and `ImagePipeline` internals.

- Add `previews: AsyncStream<ImageResponse>`, `progress: AsyncStream<Progress>`, `image: PlatformImage async` and `reponse: ImageResponse async` directly to `ImageTask` and deprecate `AsyncImageTask`. These APIs have zero cost unless you use them.
- Add `ImageTask.Event` and add `events: AsyncStream<Event>` to `ImageTask` for observing _all_ events associated with the image loading.
Expand Down

0 comments on commit 1b4d9cf

Please sign in to comment.