Skip to content

Commit f3e8295

Browse files
Grisha Kruglovgrigoryk
Grisha Kruglov
authored andcommitted
Updated changelog to reflect concept-* and browser-* changes
1 parent 40dfc68 commit f3e8295

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,16 @@ permalink: /changelog/
1414
* Android (SDK: 27, Support Libraries: 27.1.1)
1515
* Kotlin (Stdlib: 1.2.71, Coroutines: 0.30.2)
1616
* GeckoView (Nightly: 65.0.20181023100123, Beta: 64.0.20181022150107, Release: 63.0.20181018182531)
17-
* **browser-storage-memory**:
17+
* **concept-storage**
18+
* :warning: **These are a breaking API changes** :warning:
19+
* Added a `getSuggestions` method to `HistoryStorage`, which is intended to power search, autocompletion, etc.
20+
* Added a `cleanup` method to `HistoryStorage`, which is intended to allow signaling to implementations to cleanup any allocated resources.
21+
* `HistoryStorage` methods `recordVisit` and `recordObservation` are now `suspend`.
22+
* `HistoryStorage` methods `getVisited()` and `getVisited(uris)` now return `Deferred`.
23+
* :new: Added **browser-storage-memory** :sparkles: :
1824
* Added an in-memory implementation of `concept-storage`.
25+
* :new: Added **browser-storage-sync** :sparkles: :
26+
* Added an implementation of `concept-storage` which is backed by the Rust Places library provided by [application-services](https://github.com/mozilla/application-services).
1927
* **service-firefox-accounts**:
2028
* :warning: **This is a breaking API change** :warning:
2129
* The `FxaResult` type served as a custom promise-like type to support older versions of Java. We have now removed this type and switched to Kotlin's `Deferred` instead. We've also made sure all required types are `Closeable`:

0 commit comments

Comments
 (0)