Bug 1412037 - Update changelog. r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 26 Oct 2017 18:10:34 +0100
changeset 688747 ef583718ec4e81794d1b7a78c8e279a5bf72b466
parent 688746 0ba48b987e5a39f78c7d14a02e0ce4b9109fb395
child 688748 ee8d0786ace2527a10368eea7726513fd9282055
child 688749 1077986806eb7010486afd9ae9b93334537e5da9
push id86836
push userbmo:ato@sny.no
push dateMon, 30 Oct 2017 15:47:33 +0000
reviewersjgraham
bugs1412037
milestone58.0a1
Bug 1412037 - Update changelog. r?jgraham MozReview-Commit-ID: E1Xku8qLcgt
testing/geckodriver/CHANGES.md
--- a/testing/geckodriver/CHANGES.md
+++ b/testing/geckodriver/CHANGES.md
@@ -1,40 +1,53 @@
 Change log
 ==========
 
 All notable changes to this program is documented in this file.
 
-Unreleased
-----------
+0.19.1 (2017-10-30)
+-------------------
+
+### Changed
+
+- Search suggestions in the location bar turned off as not to
+  trigger network connections
+
+- Block addons incompatible with E10s
+
+### Fixed
+
+- Marionette stacktraces are now correctly propagated
+
+- Some error messages have been clarified
 
 ### Removed
 
-- Removed `socksUsername` and `socksPassword` because both are no longer
-  valid keys for proxy capabilities
+- Removed obsolete `socksUsername` and `socksPassword` proxy
+  configuration keys because neither were picked up or recognised
 
 
 0.19.0 (2017-09-16)
 -------------------
 
 Note that with geckodriver v0.19.0 the following versions are recommended:
 - Firefox 55.0 (and greater)
 - Selenium 3.5 (and greater)
 
 ### Added
 
 - Added endpoint:
   - POST `/session/{session id}/window/minimize` for the [Minimize Window]
     command
 
-- Added preference `extensions.shield-recipe-client.api_url` to disable shield
-  studies which could unexpectedly change the behavior of Firefox
+- Added preference `extensions.shield-recipe-client.api_url` to disable
+  shield studies which could unexpectedly change the behavior of Firefox
 
-- Introduced the temporary, boolean capability `moz:webdriverClick` to enable
-  the WebDriver conforming behavior of the [Element Click] command.
+- Introduced the temporary, boolean capability `moz:webdriverClick` to
+  enable the WebDriver conforming behavior of the [Element Click] command
 
 - Added crashreporter environment variables to better control the browser
   in case of crashes
 
 - Added preference `dom.file.createInChild` set to true to allow file
   object creation in content processes
 
 ### Changed