Bug 1452024 - [geckodriver] Update changelog for command prefix changes. draft
authorHenrik Skupin <mail@hskupin.info>
Wed, 11 Apr 2018 16:43:19 +0200
changeset 780892 9ae83b11a34bdce9374e18bb6ae914c02dee1ac2
parent 780891 19e4d4314a8a33ccee29a0499f5a9aa7a161fc5d
push id106156
push userbmo:hskupin@gmail.com
push dateThu, 12 Apr 2018 07:08:42 +0000
bugs1452024
milestone61.0a1
Bug 1452024 - [geckodriver] Update changelog for command prefix changes. MozReview-Commit-ID: 4k4ah8nlOr8
testing/geckodriver/CHANGES.md
--- a/testing/geckodriver/CHANGES.md
+++ b/testing/geckodriver/CHANGES.md
@@ -2,20 +2,30 @@ Change log
 ==========
 
 All notable changes to this program is documented in this file.
 
 
 Unreleased
 ----------
 
+Note that with geckodriver 'next' the following versions are recommended:
+- Firefox 56.0 (and greater)
+- Selenium 3.11 (and greater)
+
 ### Added
 
 - Support for the new chrome element identifier in Marionette.
 
+### Changed
+
+- Updated mapping of all supported commands to the new prefixed commands
+  in Marionette, whereby all WebDriver specific commands make use of the
+  `WebDriver:` prefix.
+
 
 0.20.1 (2018-04-06)
 -------------------
 
 ### Fixed
 
 - Avoid attempting to kill Firefox process that has stopped.