Skip to content

Commit

Permalink
Issue mozilla-mobile#6331: Update changelog to mention the new top si…
Browse files Browse the repository at this point in the history
…te schema is a breaking change
  • Loading branch information
gabrielluong committed Apr 29, 2020
1 parent edf8453 commit 83dbefa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ permalink: /changelog/
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt)

* **feature-top-sites**
* Added `isDefault` to the top site entity, which allows application to specify a default top site that is added by the application. This is called through `TopSiteStorage.addTopSite`.
* ⚠️ **This is a breaking change**: Added `isDefault` to the top site entity, which allows application to specify a default top site that is added by the application. This is called through `TopSiteStorage.addTopSite`.
* If your application is using Nightly Snapshots of v40.0.0, please test that the Top Sites feature still works and update to the latest v40.0.0 if any schema errors are encountered.

# 39.0.0

Expand Down

0 comments on commit 83dbefa

Please sign in to comment.