File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,24 @@ layout: page
3
3
title : Changelog
4
4
permalink : /changelog/
5
5
---
6
+ # 0.43.0-SNAPSHOT (In Development)
6
7
7
- # 0.42.0-SNAPSHOT (In Development)
8
-
9
- * [ Commits] ( https://github.com/mozilla-mobile/android-components/compare/v0.41.0...master )
10
- * [ Milestone] ( https://github.com/mozilla-mobile/android-components/milestone/44?closed=1 )
11
- * [ API reference] ( https://mozilla-mobile.github.io/android-components/api/0.41.0/index )
8
+ * [ Commits] ( https://github.com/mozilla-mobile/android-components/compare/v0.42.0...master )
9
+ * [ Milestone] ( https://github.com/mozilla-mobile/android-components/milestone/45?closed=1 )
10
+ * [ API reference] ( https://mozilla-mobile.github.io/android-components/api/0.42.0/index )
12
11
* [ Dependencies] ( https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Dependencies.kt )
13
12
* [ Gecko] ( https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt )
14
13
* [ Configuration] ( https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt )
15
14
15
+ # 0.42.0
16
+
17
+ * [ Commits] ( https://github.com/mozilla-mobile/android-components/compare/v0.41.0...v0.42.0 )
18
+ * [ Milestone] ( https://github.com/mozilla-mobile/android-components/milestone/44?closed=1 )
19
+ * [ API reference] ( https://mozilla-mobile.github.io/android-components/api/0.42.0/index )
20
+ * [ Dependencies] ( https://github.com/mozilla-mobile/android-components/blob/v0.42.0/buildSrc/src/main/java/Dependencies.kt )
21
+ * [ Gecko] ( https://github.com/mozilla-mobile/android-components/blob/v0.42.0/buildSrc/src/main/java/Gecko.kt )
22
+ * [ Configuration] ( https://github.com/mozilla-mobile/android-components/blob/v0.42.0/buildSrc/src/main/java/Config.kt )
23
+
16
24
* ** engine-gecko-nightly**
17
25
* Now also serves as an implementation of ` concept-fetch ` by providing the new ` GeckoViewFetchClient ` . This allows applications to rely on Gecko's networking capabilities when issuing HTTP requests, even outside the browser view (GeckoView).
18
26
You can’t perform that action at this time.
0 commit comments