We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0c89e commit 123ed14Copy full SHA for 123ed14
HISTORY.md
@@ -1,5 +1,8 @@
1
# JLineup Release History
2
3
+## Release 4.0.0-rc4
4
+* Use only relevant fields in context hash calculation (fixes bugs if 'before' and 'after' configs differ)
5
+
6
## Release 4.0.0-rc3
7
* Use latest Webdrivermanager
8
* Fix Exception with latest Firefox
build.gradle
@@ -61,7 +61,7 @@ idea {
61
}
62
63
subprojects {
64
- version = '4.0.0-rc4-SNAPSHOT'
+ version = '4.0.0-rc4'
65
group = 'de.otto'
66
67
targetCompatibility = '1.8'
0 commit comments