Unverified Commit cdf95c04 authored by Sebastian Kaspari's avatar Sebastian Kaspari Committed by GitHub
Browse files

Move new feature-pwa feature to 3.0.0 section.

parent 10669234
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@ permalink: /changelog/
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt)
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt)

* **feature-pwa**
  * Added preliminary support for pinning websites to the home screen.

# 2.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v1.0.0...v2.0.0)
@@ -90,9 +93,6 @@ permalink: /changelog/
* **feature-tab-collections**
  * 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).

* **feature-pwa**
  * Added preliminary support for pinning websites to the home screen.

* **lib-crash**
  * [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.