Where to find Selenium Webdriver release notes?
They live in the source control for the project under the respective folder for the particular language libraries. That means:
- .NET Libraries: https://github.com/SeleniumHQ/selenium/blob/master/dotnet/CHANGELOG
- Java Libraries: https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG
- Python Libraries: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
- Ruby libraries: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
- NodeJS libraries: https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md
'Special' ones:
- IEDriverServer changelog: https://github.com/SeleniumHQ/selenium/blob/master/cpp/iedriverserver/CHANGELOG
- visit http://docs.seleniumhq.org/
- Click 'Download' tab.
- Scroll down to section 'Selenium Client & WebDriver Language Bindings'
- 'Change log' link for each languages.