Skip to content

Commit 8e24f99

Browse files
authored
Updated changelog for 0.56.4 release
1 parent 8bf3df1 commit 8e24f99

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs/changelog.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ permalink: /changelog/
3636
* **feature-tab-collections**
3737
* Behavior change: `TabCollection` instances returned by `TabCollectionStorage` are now ordered by the last time they have been updated (instead of the time they have been created).
3838

39+
* **lib-crash**
40+
* [Restrictions to background activity starts](https://developer.android.com/preview/privacy/background-activity-starts) in Android Q+ make it impossible to launch the crash reporter prompt after certain crashes. In those situations the library will show a "crash notification" instead. Clicking on the notification will launch the crash reporter prompt allowing the user to submit a crash report.
41+
42+
# 0.56.4
43+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.56.3...v0.56.4)
44+
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v0.56.4/buildSrc/src/main/java/Dependencies.kt)
45+
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/v0.56.4/buildSrc/src/main/java/Gecko.kt)
46+
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/v0.56.4/buildSrc/src/main/java/Config.kt)
47+
48+
* Imported updated translations.
49+
3950
# 0.56.3
4051
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.56.2...v0.56.3)
4152
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v0.56.3/buildSrc/src/main/java/Dependencies.kt)
@@ -45,9 +56,6 @@ permalink: /changelog/
4556
* **service-firefox-accounts**
4657
* Disabled periodic device event polling.
4758

48-
* **lib-crash**
49-
* [Restrictions to background activity starts](https://developer.android.com/preview/privacy/background-activity-starts) in Android Q+ make it impossible to launch the crash reporter prompt after certain crashes. In those situations the library will show a "crash notification" instead. Clicking on the notification will launch the crash reporter prompt allowing the user to submit a crash report.
50-
5159
# 0.56.2
5260
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.56.1...v0.56.2)
5361
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v0.56.2/buildSrc/src/main/java/Dependencies.kt)
@@ -58,10 +66,6 @@ permalink: /changelog/
5866
* Added `endOfMenuAlwaysVisible` property/parameter to `BrowserMenuBuilder` constructor and to `BrowserMenu.show` function.
5967
When is set to true makes sure the bottom of the menu is always visible, this allows use cases like [#3211](https://github.com/mozilla-mobile/android-components/issues/3211).
6068

61-
* **browser-search**
62-
* Added `getProvidedDefaultSearchEngine` to `SearchEngineManager` to return the provided default search engine or the first
63-
search engine if the default is not set. This allows use cases like [#3344](https://github.com/mozilla-mobile/android-components/issues/3344).
64-
6569
# 0.56.1
6670
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.56.0...v0.56.1)
6771
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v0.56.1/buildSrc/src/main/java/Dependencies.kt)

0 commit comments

Comments
 (0)