From 0a8d2b0674f257b50eeca66c8b7296b96317445f Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Thu, 10 Apr 2014 13:50:02 -0400 Subject: [PATCH] Adding Firefox native event version support to CHANGELOG Fixes issue #7199. --- dotnet/CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dotnet/CHANGELOG b/dotnet/CHANGELOG index cc7ca52491142..905f7f2de26ec 100644 --- a/dotnet/CHANGELOG +++ b/dotnet/CHANGELOG @@ -1,5 +1,7 @@ v2.41.0 ======= + * Supports native events for Firefox versions 28 (current), 27 (immediately + previous), 24 (current ESR), and 17 (immediately previous ESR) * Removed deprecated AndroidDriver * Added excludeSwitches to the list of known Chrome options * Implemented ITakesScreenshot in RemoteWebDriver base class instead of @@ -12,6 +14,8 @@ v2.41.0 v2.40.0 ======= + * Supports native events for Firefox versions 27 (current), 26 (immediately + previous), 24 (current ESR), and 17 (immediately previous ESR) * Issue #1175: Implemented ByIdOrName in .NET support package. * Issue #3283: Escaping backslashes when writing Firefox preferences to profile in .NET @@ -93,6 +97,8 @@ v2.40.0 v2.39.0 ======= + * Supports native events for Firefox versions 26 (current), 25 (immediately + previous), 24 (current ESR), and 17 (immediately previous ESR) * Deprecated .NET AndroidDriver class. Going forward, the recommended approach is to use a third-party implementation for Android, such as Selendroid (http://selendroid.io/) or Appium (http://appium.io/). @@ -114,6 +120,8 @@ v2.39.0 v2.38.0 ======= + * Supports native events for Firefox versions 25 (current), 24 (immediately + previous and current ESR), and 17 (immediately previous ESR) * Issue #6383: Adding method GetCSSCount to ISelenium. * Issue #6418: Updated .NET path manipulation when launching Firefox process. * Issue #6453: Adding type-safe properties for new command-line arguments of @@ -123,6 +131,8 @@ v2.38.0 v2.37.0 ======= + * Supports native events for Firefox versions 24 (current and current ESR), + 23 (immediately previous), and 17 (immediately previous ESR) * Issue #6163: Refactored .NET DriverService-based shutdown code. Moved waiting for the driver service process to end to immediately after sending the shutdown HTTP request. Waiting to catch the exception for a failed HTTP @@ -132,6 +142,8 @@ v2.37.0 v2.36.0 ======= + * Supports native events for Firefox versions 24 (current and current ESR), + 23 (immediately previous), and 17 (immediately previous ESR) * Added ability to set additional ChromeOptions in the .NET bindings. This allows the ability to set user profile preferences and local state preferences using the ChromeOptions class. The new AddUserProfilePreference @@ -153,6 +165,8 @@ v2.36.0 v2.35.0 ======= + * Supports native events for Firefox versions 23 (current), 22 (immediately + previous), 17 (current ESR), and 10 (immediately previous ESR) * Issue #4506: (on behalf of Aaron Evans) Remove trailing slashes from baseUrl in .NET to prevent double slashes in URL. This change is in the .NET WebDriverBackedSelenium API. @@ -162,6 +176,8 @@ v2.35.0 v2.34.0 ======= + * Supports native events for Firefox versions 22 (current), 21 (immediately + previous), 17 (current ESR), and 10 (immediately previous ESR) * Added support for ie.ensureCleanSession capability to .NET bindings. The .NET bindings do this by means of the EnsureCleanSession property on the InternetExplorerOptions object. When set to true, this property instructs @@ -189,6 +205,8 @@ v2.34.0 v2.33.0 ======= + * Supports native events for Firefox versions 21 (current), 20 (immediately + previous), 17 (current ESR), and 10 (immediately previous ESR) * Issue #5549: Modified to use indexer for putting entry in .NET Firefox Profile preferences Dictionary. Was previously using the .Add() method of the Dictionary, which would throw an exception if the key already existed. @@ -201,6 +219,8 @@ v2.32.1 v2.32.0 ======= + * Supports native events for Firefox versions 20 (current), 19 (immediately + previous), 17 (current ESR), and 10 (immediately previous ESR) * Issue #4629: Modified .NET Firefox driver to only look to connect to IPv4 addresses. The ConnectToBrowser() method always created IPv4 addresses to initially addresses for connection, this would throw an exception.