Skip to content

Commit

Permalink
Updating .NET CHANGELOG for 3.0 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jul 29, 2016
1 parent 68f1ee0 commit 19a5b32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
V3.0.0-beta1
============
* The Mozilla-provided Marionette-based FirefoxDriver is now the default
implementation for automating Firefox. Additionally, this aligns the
FirefoxDriver class with other browser-specific implementations, using
a FirefoxOptions class for setting options for the browser session.
Constructors of FirefoxDriver directly referencing FirefoxProfile or
FirefoxBinary have been marked as deprecated, and will be removed in a
future release.

v2.53.0
=======
* This will be the final full release in the 2.x series. There may be
Expand Down
3 changes: 2 additions & 1 deletion dotnet/src/webdriver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// <copyright file="AssemblyInfo.cs" company="WebDriver Committers">// Copyright 2007-2011 WebDriver committers
// <copyright file="AssemblyInfo.cs" company="WebDriver Committers">
// Copyright 2007-2011 WebDriver committers
// Copyright 2007-2011 Google Inc.
// Portions copyright 2011 Software Freedom Conservancy
//
Expand Down

0 comments on commit 19a5b32

Please sign in to comment.