From 78ed7efed265c2a2116a084a72422ed2d48f8601 Mon Sep 17 00:00:00 2001 From: mavduevskiy <92760693+mavduevskiy@users.noreply.github.com> Date: Fri, 4 Feb 2022 12:56:20 -0800 Subject: [PATCH] No issue: added info on breaking changes in concept-storage (#11671) * No issue: added info on breaking changes in concept-storage * No issue: added info on breaking changes in concept-storage Co-authored-by: Gabriel Luong Co-authored-by: mike a Co-authored-by: Gabriel Luong --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 760475a09fe..c29146534f9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -39,6 +39,9 @@ permalink: /changelog/ * Extend `DefaultTopSitesStorage` to accept a `TopSitesProvider` for fetching top sites. [#11483](https://github.com/mozilla-mobile/android-components/issues/11483) * ⚠️ **This is a breaking change**: Added a new parameter `fetchProvidedTopSites` to `TopSitesConfig` to specify whether or not to fetch top sites from the `TopSitesProvider`. [#11605](https://github.com/mozilla-mobile/android-components/issues/11605) +* **concept-storage** + * ⚠️ **This is a breaking change**: Adds a new `isRemote` property in `VisitInfo` which distinguishes visits made on the device and those that come from Sync. + * **service-contile** * Adds a `ContileTopSitesProvider` that implements `TopSitesProvider` for returning top sites from the Contile services API. [#11483](https://github.com/mozilla-mobile/android-components/issues/11483)