From ff9877de62d80e83ddc24e8c8e1d85e1ded95a61 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Wed, 31 Oct 2018 14:09:36 -0700 Subject: [PATCH] Updating .NET CHANGELOG for 3.141.0 release --- dotnet/CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dotnet/CHANGELOG b/dotnet/CHANGELOG index 705f12ece9a2d..2f77864ae67bc 100644 --- a/dotnet/CHANGELOG +++ b/dotnet/CHANGELOG @@ -1,3 +1,15 @@ +v3.141.0 +======== + * Bump version to a better approximation of pi. + * Refined W3C-compliant ActionBuilder API for .NET. + * Updated .NET RemoteSessionSettings to properly return capabilities by index. + * Fixed RemoteWebElement.Equals to use remote call only if not W3C compliant. + * Added WebDriverException for mouse move out of bounds error. + * Modified the .NET test suite to properly ignore and unignore passing +. and failing tests. + * Adding method for executing Chrome DevTools command with result. + * Added ability to use chromedriver in spec-compliant mode. + v3.14.0 ======= * Refactored .NET capability handling. This version introduces a large and