You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,15 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
19
19
20
20
### Fixed
21
21
22
-
## [7.0.0-M1] (2021-05-15)
22
+
## [7.0.0] (2021-05-15)
23
23
24
-
📢 This pre-release brings support for Scala 3 but no change in Cucumber core features.
24
+
📢 This release brings support for Scala 3 but no change in Cucumber core features.
25
25
26
-
_Although there is no visible change from a user perspective,
27
-
there are significant changes under the hood (for all Scala versions) that are
28
-
not binary compatible with Cucumber Scala v6.x (hence the major version change)._
26
+
_Although there is no visible change from a user perspective, there are significant changes under the hood (for all Scala versions) that are not binary compatible with Cucumber Scala v6.x (hence the major version change)._
29
27
30
-
👋 **You are encouraged to test this pre-release and report any issue**.
28
+
👋 **You are encouraged to use this release even if not targeting Scala 3 yet and report any issue**.
31
29
32
-
ℹ️ Starting from v7.x, the version of Cucumber Scala will not match anymore the version
33
-
of core Cucumber projects (like cucumber-junit).
30
+
ℹ️ Starting from v7.x, the version of Cucumber Scala will not match anymore the version of core Cucumber projects (like _cucumber-junit_). You should upgrade them independently.
34
31
35
32
### Added
36
33
@@ -318,8 +315,8 @@ of core Cucumber projects (like cucumber-junit).
318
315
-[Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
0 commit comments