diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 508c0ae5..131526a4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,14 @@ # Release Notes ## *4.0.0.1 (under construction yet)* + - [Enhancement] The searching by ios class chain was implemented. + - [Enhancement] Details of a session. Interface `IHasSessionDetails` and its implementation. [#201](https://github.com/appium/appium-dotnet-driver/pull/201) + - [BUG FIX] Fix of the `LongPress` action parameters. The report [#197](https://github.com/appium/appium-dotnet-driver/issues/197). FIX [#198](https://github.com/appium/appium-dotnet-driver/pull/198) + - [BREAKING CHANGE] Unnecessary interface `ITouchShortcuts` was removed. [#200](https://github.com/appium/appium-dotnet-driver/pull/200) - [UPDATES]: - Newtonsoft.Json was updated to 10.0.3 - Selenium.Support was updated 3.8.0 - Selenium.WebDriver was updated 3.8.0 - Castle.Core was updated to 4.2.1 - - [Enhancement] The searching by ios class chain was implemented. - - [BUG FIX] Fix of the `LongPress` action parameters. The report [#197](https://github.com/appium/appium-dotnet-driver/issues/197). FIX [#198](https://github.com/appium/appium-dotnet-driver/pull/198) - - [BREAKING CHANGE] Unnecessary interface `ITouchShortcuts` was removed. [#200](https://github.com/appium/appium-dotnet-driver/pull/200) ## *3.0.0.2* - [Refactor] The obsolete interface `OpenQA.Selenium.Appium.Android.Interfaces.ISendsKeyEvents` was removed