Skip to content

Commit 385f948

Browse files
committed
Updating .NET CHANGELOG for 3.5 release
1 parent f1dd68b commit 385f948

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dotnet/CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v3.5.0
2+
======
3+
* (on behalf of Matthew Lymer) Fixing the parsing of logging levels to match
4+
the values in the LogLevel enum. Fixes issue #4121.
5+
* Updated .NET DriverService to allow hard termination shutdown of
6+
exectuable.s Some driver services (geckodriver, safaridriver) don't support
7+
a shutdown HTTP end point. The base DriverSerivce class should allow for
8+
that, and not attempt to use one if it's known the service doesn't provide
9+
one.
10+
111
v3.4.0
212
======
313
* Exposed new Interactions framework. This release introduces a new

0 commit comments

Comments
 (0)