diff --git a/docs/changelog.md b/docs/changelog.md index b89803bf271..474b15baa71 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -64,6 +64,13 @@ permalink: /changelog/ * **feature-top-sites**: * ⚠️ **This is a breaking change**: `TopSiteStorage.getTopSites` now returns `Flow` instead of `LiveData`. Use `Flow.asLiveData` to convert the result into a `LiveData` again. +* **support-images**: + * Added `ImageLoader` API for loading images directly into an `ImageView`. + +* **browser-tabstray**: + * ⚠️ **This is a breaking change**: `TabsAdapter` and `DefaultTabViewHolder` take an optional `ImageLoader` for loading browser thumbnails. + * Fixed a bug in `TabsThumbnailView` where the `scaleFactor` was not applied all the time when expected. + # 44.0.0 * [Commits](https://github.com/mozilla-mobile/android-components/compare/v43.0.0...v44.0.0)