Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 6b64cc1

Browse files
committed
Add changelog entry for 0.11
1 parent 7acc5c3 commit 6b64cc1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.11
2+
3+
* Compiled against:
4+
* Android support libraries 27.1.1
5+
* Kotlin Standard library 1.2.41
6+
* Kotlin coroutines 0.22.5
7+
* GeckoView Nightly
8+
* date: 2018.06.21
9+
* version: 62.0.20180621100051
10+
* revision: e834d23a292972ab4250a8be00e6740c43e41db2
11+
12+
* **feature-session**, **browser-session**: Added functionality to process CustomTabsIntent.
13+
* **engine-gecko**: Created separate engine-gecko variants/modules for nightly/beta/release channels.
14+
* **browser-toolbar**: Added support for setting autocomplete filter.
15+
* Various refactorings (see commits below for details)
16+
17+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.10...v0.11)
18+
119
# 0.10
220

321
* Compiled against:
@@ -12,6 +30,8 @@
1230
* **browser-session**: Added Custom Tabs configuration to session. Added new functionality that allows attaching a lifecycle owner to session observers so that observer can automatically be unregistered when the associated lifecycle ends.
1331
* **service-telemetry**: Updated createdTimestamp and createdDate fields for mobile-metrics ping
1432

33+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.9...v0.10)
34+
1535
# 0.9
1636

1737
* Compiled against:
@@ -26,6 +46,8 @@
2646
* **feature-session**, **engine-gecko**, **engine-system**: Added functionality and API to save/restore engine session state and made sure it's persisted by default (using `DefaultSessionStorage`)
2747
* **concept-toolbar**: Use "AppCompat" versions of ImageButton and ImageView. Add `notifyListener` parameter to `setSelected` and `toggle` to specify whether or not listeners should be invoked.
2848

49+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.8...v0.9)
50+
2951
# 0.8
3052

3153
* Compiled against:

0 commit comments

Comments
 (0)