Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2017-04-26 15:55:14 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-04-26 15:59:45 +0300
commit03486bc538f3ea9207b719f8598addb916879cc2 (patch)
treef11b2091fb9f89b7a69f8a29b1d56fc9dac69bdf
parent6d1c7f28da90910c05426bbda8a70c42676033fa (diff)
changes: update for 0.16.1
-rw-r--r--CHANGES.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3fe347a..c28a89b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,12 +2,13 @@
All notable changes to this program is documented in this file.
-## Unreleased
+## 0.16.1 (2016-04-26)
### Fixed
+- Read Firefox version number from stdout when failing to look for the application .ini file (fixes (Selenium #3884)[https://github.com/SeleniumHQ/selenium/issues/3884])
- Session is now ended when closing the last Firefox window (fixes [#613](https://github.com/mozilla/geckodriver/issues/613))
-## v0.16.0 (2016-04-21)
+## 0.16.0 (2016-04-21)
Note that geckodriver v0.16.0 is only compatible with Selenium 3.4 and greater.