Skip to content

Commit 004af1e

Browse files
committed
Updating .NET CHANGELOG for 4.0a5 release
1 parent 9d1fedb commit 004af1e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

dotnet/CHANGELOG

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
v4.0.0a5
2+
========
3+
* Fixed Bazel build process to create correct assemblies.
4+
* (on behalf of Maciej Pakulski) Updated MakeHttpRequest to use TaskFactory
5+
for async tasks. MakeHttpRequest is an async method which is called in
6+
synchronous way. In order to avoid a deadlock (for example, when run
7+
using XUnit), we create a new task to run the async method. Fixes issue
8+
#7916.
9+
* Removed is operator in preference to as operator.
10+
* (on behalf of Jordan Mace) Added equals override to EventFiringWebElement.
11+
* (on behalf of Jordan Mace) Fixed binding spec compliance for ErrorResponse.
12+
* Added SameSite cookie information to .NET cookie handling.
13+
* (on behalf of Brandon Walderman) Updated to use a capability to switch
14+
engines for EdgeOptions and EdgeDriverService
15+
* Re-added Firefox preferences json file for legacy anonymous profile
16+
creation.
17+
* (on behalf of Rami) Fixed typos in documentation strings and error
18+
message text for EdgeDriverService. Fixes issue #8098.
19+
* (on behalf of Jordan Mace) Updated to perform null check when calling
20+
Start on DriverService. Fixes issue #8074.
21+
* (on behalf of Mandar J Kulkarni) Fixed method documentation for
22+
RemoteWindow.Maximize.
23+
* (on behalf of "trademark18") Fixed comments for Safari referencing.
24+
Chrome.
25+
* (on behalf of Brandon Walderman) Removed vendor-specific names from
26+
ChromiumOptions base class. This makes the base ChromiumOptions class
27+
vendor-neutral, and also allows a custom browser name when using the
28+
EdgeOptions class.
29+
* (on behalf of Scott Sauber) Fix typo in summary documentation comment
30+
of down keys
31+
132
v4.0.0a4
233
========
334
* (on behalf of Jan Trejbal) Fixed WebSocket message handler. This

0 commit comments

Comments
 (0)