From 50314486e7062d13d40154e2647d891b8274dd72 Mon Sep 17 00:00:00 2001 From: MickeyMoz Date: Fri, 2 Aug 2019 14:15:17 +0000 Subject: [PATCH 1/2] Update GeckoView (nightly) (20190802-141517) --- buildSrc/src/main/java/Gecko.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/java/Gecko.kt b/buildSrc/src/main/java/Gecko.kt index 7d307b145c0..b1d2e449933 100644 --- a/buildSrc/src/main/java/Gecko.kt +++ b/buildSrc/src/main/java/Gecko.kt @@ -6,7 +6,7 @@ internal object GeckoVersions { /** * GeckoView Nightly Version. */ - const val nightly_version = "70.0.20190731215544" + const val nightly_version = "70.0.20190802094835" /** * GeckoView Beta Version. From a3e5bc2ebf9cb3dc4d3e3cabf4f071c02b7dd2fe Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 2 Aug 2019 11:05:12 -0400 Subject: [PATCH 2/2] Misc changelog fixes --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 11b9aaa99ae..ef04a1c757f 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) * **browser-menu** - * `BrowserMenuHighlightableItem` now has a ripple effect and includes an example of how to pass in a drawable properly to also include a ripple when highlighted + * ⚠️ **This is a breaking change**: `BrowserMenuHighlightableItem` now has a ripple effect and includes an example of how to pass in a drawable properly to also include a ripple when highlighted * **feature-accounts** * ⚠️ **This is a breaking change**: @@ -44,7 +44,7 @@ permalink: /changelog/ * **feature-session** * ⚠️ **This is a breaking change**: - * The `WindowFeature` no longer needs and engine can now be created using just: + * The `WindowFeature` no longer needs an engine. It can now be created using just: ```kotlin val windowFeature = WindowFeature(components.sessionManager) ```