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
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
16
16
### Removed
17
17
18
+
### Fixed
19
+
20
+
## [6.6.1] (2020-09-08)
21
+
18
22
### Fixed
19
23
*[Core] CucumberOptions default snippet type should not override properties ([2107](https://github.com/cucumber/cucumber-jvm/pull/2107) M.P. Korstanje)
20
24
*[Core] Replace parentFile.makeDirs with Files.createDirectories(parentFile) ([2104](https://github.com/cucumber/cucumber-jvm/pull/2104) M.P. Korstanje)
@@ -312,14 +316,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
312
316
*[JUnit] Use JUnit 4.13 in `cucumber-junit` ([#1851](https://github.com/cucumber/cucumber-jvm/issues/1851) John Patrick)
313
317
*[TestNG] Use TestNG 7.1.0 (M.P. Korstanje)
314
318
315
-
### Removed
316
-
317
319
### Fixed
318
320
*[Core] Fixed Illegal character error on Windows ([#1849](https://github.com/cucumber/cucumber-jvm/issues/1849) M.P. Korstanje)
319
321
*[JUnit Platform] Annotate `@Cucumber` with `@Testable` to facilitate discovery by IDEs (M.P. Korstanje)
320
322
321
-
### Deprecated
322
-
323
323
## [5.0.0-RC4] (2019-12-21)
324
324
325
325
### Changed
@@ -715,10 +715,6 @@ version, refer to [Follow the latest snapshot](https://github.com/cucumber/cucum
715
715
### Changed
716
716
*[Core] Parse rerun file in RuntimeOptions ([#1529](https://github.com/cucumber/cucumber-jvm/pull/1529) M.P. Korstanje)
717
717
718
-
### Deprecated
719
-
720
-
### Removed
721
-
722
718
### Fixed
723
719
*[Core] Cache all matched step definitions ([#1528](https://github.com/cucumber/cucumber-jvm/pull/1528) Łukasz Suski)
724
720
* Significant speed up in matching steps to glue on Android
@@ -1532,7 +1528,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
0 commit comments