From 1f143e1f12e3f408cb2d562d9b70f2b84c54bd16 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 12 Jun 2020 12:11:17 -0400 Subject: [PATCH] Issue #7313: Add changelog for tabs tray changes --- docs/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 92f72bdcd1b..d17ca8863d2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -69,6 +69,13 @@ permalink: /changelog/ * Smaller binary library after a big dependency was dropped * Limit the number of upload retries in all implementations +* **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)