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

Commit

Permalink
Issue #2368: Changelog: Move SearchSuggestionProvider entry to 0.48.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Mar 20, 2019
1 parent c4f2573 commit fcc85b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ permalink: /changelog/
* ⚠️ **This is a breaking API change!**: `PocketGlobalVideoRecommendation.id` is now a Long instead of an Int

* **browser-engine-gecko-nightly**
* `GeckoEngine` will throw a `RuntimeException` if the `GeckoRuntime` shuts down unsolicited.
* `GeckoEngine` will throw a `RuntimeException` if the `GeckoRuntime` shuts down unsolicited.

* **feature-awesomebar**
* `SearchSuggestionProvider` and `AwesomeBarFeature` now allow setting a search suggestion limit.

# 0.47.0

Expand Down Expand Up @@ -66,9 +69,6 @@ permalink: /changelog/
* Saving, restoring and removing `SessionBundle` instances need to happen on a worker thread now (off the main thread).
* The actual session state is now saved on the file system outside of the internally used SQLite database.

* **feature-awesomebar**
* `SearchSuggestionProvider` and `AwesomeBarFeature` now allow setting a search suggestion limit.

* **support-ktx**
* Added `File.truncateDirectory()` to remove all files (and sub directories) in a directory.
* Added `Activity.applyOrientation(manifest: WebAppManifest)` extension method for applying orientation modes #2291.
Expand Down

0 comments on commit fcc85b1

Please sign in to comment.