From dcadbf61197a87283f6a1db03f4aafb3905719a1 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Tue, 2 Jun 2015 12:16:17 -0400 Subject: [PATCH] Updating .NET assembly version and CHANGELOG for impending 2.46 release --- dotnet/CHANGELOG | 96 +++++++++++++++++++ dotnet/src/core/Properties/AssemblyInfo.cs | 4 +- dotnet/src/support/Properties/AssemblyInfo.cs | 4 +- .../src/webdriver/Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- 5 files changed, 104 insertions(+), 8 deletions(-) diff --git a/dotnet/CHANGELOG b/dotnet/CHANGELOG index ae0785367fdeb..e0055c3558155 100644 --- a/dotnet/CHANGELOG +++ b/dotnet/CHANGELOG @@ -1,3 +1,99 @@ +v2.46.0 +======= + * Supports native events for Firefox version 31 (immediately previous ESR). + Native event support has been discontinued for versions of Firefox later + than 33. Synthetic events tested on Firefox versions 31 (immediately + previous ESR), 37 (immediately previous release), and 38 (current release, + and current ESR). + * (on behalf of Darrin Cherry) Modified ExpectedConditions class to more + closely mimic the one provided by Java. + * Added ToString override to Platform class. Fixes issue #580. + * Removed Firefox profile cleaning step when launching Firefox. Firefox used + to require launching to clean up potential issues with the anonymous + temporary profile that we use with the driver. This is no longer the case. + * Added type safe support to InternetExplorerOptions for page load strategy. + * Added ability to get wrapped IWebElement from SelectElement. When using a + SelectElement wrapper class to manipulate