Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
No issue: added info on breaking changes in concept-storage (#11671)
Browse files Browse the repository at this point in the history
* 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 <gabriel.luong@gmail.com>

Co-authored-by: mike a <mavduevskiy@gmail.com>
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
  • Loading branch information
3 people authored Feb 4, 2022
1 parent 2d152a4 commit 78ed7ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 78ed7ef

Please sign in to comment.