Bug 1499214 - [3.0] Fix changelog version numbers for latest commits.

Differential Revision: https://phabricator.services.mozilla.com/D18080

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Eugen Sawin 2019-01-30 15:17:11 +00:00
parent 3b5ac4ab28
commit d27cb22d1b

View File

@ -6,7 +6,7 @@ description: GeckoView API Changelog.
<h1> GeckoView API Changelog. </h1>
## v66
## v67
- Added nested `ContentBlocking` runtime settings.
- Added `RuntimeSettings` base class to support nested settings.
@ -14,6 +14,7 @@ description: GeckoView API Changelog.
- Added `baseUri` to [`ContentDelegate.ContextElement`][65.21] and changed
`linkUri` to absolute form.
## v66
- Removed redundant field `GeckoSession.ProgressDelegate.SecurityInformation.trackingMode`.
Use `GeckoSession.TrackingProtectionDelegate.onTrackerBlocked` for
notification of blocked elements during page load.