Skip to content

Commit

Permalink
Amend release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Oct 22, 2019
1 parent c64dd8b commit 464e671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [0.8.0] - October 22, 2019

- **Breaking**: `SvgDrawable` has been removed. Instead, SVGs are now prerendered to `BitmapDrawable`s by `SvgDecoder`. This makes SVGs **significantly less expensive to render on the main thread**. Also `SvgDecoder` now requires a `Context` in its constructor.
- **Breaking**: `SparseIntArraySet` extension functions have moved to the `coil.extension` package.

---

Expand Down

0 comments on commit 464e671

Please sign in to comment.