Skip to content

Commit 9c13607

Browse files
committed
[dotnet] Update version resources and CHANGELOG for 4.0.0 release
1 parent eb4c4fc commit 9c13607

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

dotnet/CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v4.0.0
2+
======
3+
* (on behalf of Puja Jagani) Added constructor for creating a Cookie instance
4+
with all optional arguments. Fixes issue #9361.
5+
* Add infratructure for future support of previously unsupported interaction
6+
types.
7+
* Made SlowLoadableComponent more extensible. Fixes issue #9009.
8+
* (on behalf of elgatov) Made SlowLoadableComponent use UnableToLoadMessage
9+
property. Fixes issue #8550.
10+
* (on behalf of Brandon Walderman) Removed Edge Legacy options.
11+
* Added CDP support for Chromium 95.
12+
* Added ability to monitor DOM mutations.
13+
* Restored protected ElementFactory property for use by downstream projects.
14+
115
v4.0.0rc3
216
=========
317
* Explicitly remove Expect header. When using the HttpClient class, the

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.0.0-rc3"
3+
SE_VERSION = "4.0.0"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"]
66
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0"]

0 commit comments

Comments
 (0)