From 70ba9cf48a70ab402bc09579811951b931a80986 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Wed, 29 Apr 2020 00:08:02 -0400 Subject: [PATCH] Issue #6331: Update changelog to mention the new top site schema is a breaking change --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d0ec7aeec44..a778810a1c4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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