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 70ba9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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. Please verify that the latest schema is used if the feature is used. This new property allows application to specify a default top site that is added by the application. This is called through `TopSiteStorage.addTopSite`.

# 39.0.0

Expand Down

0 comments on commit 70ba9cf

Please sign in to comment.