Changelog for
ruby2.5-rubygem-chromedriver-helper-doc-2.1.0-1.3.x86_64.rpm :
* Thu Sep 20 2018 mschnitzerAATTsuse.com- updated to version 2.1.0 [#] Enhancement:
* Use the `LATEST_RELEASE` file to determine the newest version, to avoid downloading the experimental versions the Chrome team is posting recently. [#62](https://github.com/flavorjones/chromedriver-helper/issues/62) (Thanks, AATTibrahima!) [#] Bug fix:
* `lib/chromedriver-helper.rb` explicitly requires `chromedriver/helper` to avoid \"uninitialized constant Chromedriver\" exception when calling `Chromedriver.set_version` in a default-configured Rails app. [#65](https://github.com/flavorjones/chromedriver-helper/issues/65) Changes in previous version 2.0.1: [#] Bug fix:
* Explicitly require \'selenium-webdriver\' for projects who don\'t have the default Rails ordering in their Gemfile. [#60](https://github.com/flavorjones/chromedriver-helper/issues/60) (Thanks, AATTmattbrictson!)
* Mon Sep 17 2018 mschnitzerAATTsuse.com- updated to version 2.0.0
*
*Backwards-incompatible change:
*
* The shadow executable `chromedriver` has been renamed to `chromedriver-helper` to work around issues with projects _not_ using the gem on a system on which the gem is installed. See [#57](https://github.com/flavorjones/chromedriver-helper/issues/57) for details. Many thanks to Miklós Fazekas (AATTmfazekas) for both reporting the issue and submitting the fix.
* Fri Jul 06 2018 mschnitzerAATTsuse.com- Initial package release