Skip to content

Commit

Permalink
[js] Finalize change log for 3.6.0.
Browse files Browse the repository at this point in the history
This is the final 3.x release for the js bindings.
  • Loading branch information
jleyba committed Oct 6, 2017
1 parent 8d67916 commit 51db706
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## v.next
## v3.6.0

### Bug Fixes

* The Capabilities factory methods should only specify the name of the browser.
* Protect against the remote end sometimes not returning a list to findElements
commands.
* Properly reset state in `remote.DriverService#kill()`
* The firefox module will no longer apply the preferences required by the legacy
FirefoxDriver. These preferences were only required when using the legacy
driver, support for which was dropped in v3.5.0.
Expand Down

0 comments on commit 51db706

Please sign in to comment.