Skip to content

Commit

Permalink
Prepare 0.9.1 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Dec 30, 2019
1 parent db551fa commit 3865b0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.9.1] - December 30, 2019

- Fix: Fix crash when calling `LoadRequestBuilder.crossfade(false)`.

## [0.9.0] - December 30, 2019

- **Breaking**: `Transformation.transform` now includes a `Size` parameter. This is to support transformations that change the size of the output `Bitmap` based on the size of the `Target`. Requests with transformations are now also exempt from [image sampling](https://coil-kt.github.io/coil/getting_started/#image-sampling).
Expand Down

0 comments on commit 3865b0c

Please sign in to comment.