Skip to content

Commit 3323c20

Browse files
pocmocsadilek
authored andcommitted
Update CHANGELOG for 0.14 release.
1 parent e61a9d7 commit 3323c20

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.14 (2018-07-13)
2+
3+
* Compiled against:
4+
* Android support libraries 27.1.1
5+
* Kotlin Standard library 1.2.51
6+
* Kotlin coroutines 0.23.4
7+
* GeckoView
8+
* Nightly: 63.0.20180704100138 (2018.07.04, 1c235a552c32ba6c97e6030c497c49f72c7d48a8)
9+
* Beta: 62.0b5 (801112336847960bbb9a018695cf09ea437dc137)
10+
* Release: 61.0 (785d242a5b01d5f1094882aa2144d8e5e2791e06)
11+
12+
* **support-test**: A new component with helpers for testing components.
13+
* **browser-session**: New method `SessionManager.removeSessions()` for removing all sessions *except custom tab sessions*. `SessionManager.selectedSession` is now nullable. `SessionManager.selectedSessionOrThrow` can be used in apps that will always have at least one selected session and that do not want to deal with a nullable type.
14+
* **feature-sessions**: `SessionIntentProcessor` can now be configured to open new tabs for incoming [Intents](https://developer.android.com/reference/android/content/Intent).
15+
* **ui-icons**: Mirrored `mozac_ic_pin` and `mozac_ic_pin_filled` icons.
16+
* **service-firefox-accounts**: Renamed the component from *service-fxa* for clarity. Introduced `FxaResult.whenComplete()` to be called when the `FxaResult` and the whole chain of `then` calls is completed with a value. Synchronized blocks invoking Rust calls.
17+
* Various bugfixes and refactorings (see commits below for details)
18+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.13...v0.14), [Milestone](https://github.com/mozilla-mobile/android-components/milestone/12?closed=1)
19+
120
# 0.13 (2018-07-06)
221

322
* Compiled against:

0 commit comments

Comments
 (0)