From 464e671e43c050a9eedacf0db26c1e01b53af5ee Mon Sep 17 00:00:00 2001 From: Colin White Date: Tue, 22 Oct 2019 00:24:36 -0700 Subject: [PATCH] Amend release notes. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b651f41f79..8da39a9f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. ---