Skip to content

Commit 7cbcd66

Browse files
author
Seb Rose
committed
Update CHANGELOG for v6.6.1
1 parent f6de527 commit 7cbcd66

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
### Removed
1717

18+
### Fixed
19+
20+
## [6.6.1] (2020-09-08)
21+
1822
### Fixed
1923
* [Core] CucumberOptions default snippet type should not override properties ([2107](https://github.com/cucumber/cucumber-jvm/pull/2107) M.P. Korstanje)
2024
* [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/).
312316
* [JUnit] Use JUnit 4.13 in `cucumber-junit` ([#1851](https://github.com/cucumber/cucumber-jvm/issues/1851) John Patrick)
313317
* [TestNG] Use TestNG 7.1.0 (M.P. Korstanje)
314318

315-
### Removed
316-
317319
### Fixed
318320
* [Core] Fixed Illegal character error on Windows ([#1849](https://github.com/cucumber/cucumber-jvm/issues/1849) M.P. Korstanje)
319321
* [JUnit Platform] Annotate `@Cucumber` with `@Testable` to facilitate discovery by IDEs (M.P. Korstanje)
320322

321-
### Deprecated
322-
323323
## [5.0.0-RC4] (2019-12-21)
324324

325325
### Changed
@@ -715,10 +715,6 @@ version, refer to [Follow the latest snapshot](https://github.com/cucumber/cucum
715715
### Changed
716716
* [Core] Parse rerun file in RuntimeOptions ([#1529](https://github.com/cucumber/cucumber-jvm/pull/1529) M.P. Korstanje)
717717

718-
### Deprecated
719-
720-
### Removed
721-
722718
### Fixed
723719
* [Core] Cache all matched step definitions ([#1528](https://github.com/cucumber/cucumber-jvm/pull/1528) Łukasz Suski)
724720
* 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
15321528
* First proper release
15331529

15341530
<!-- Releases -->
1535-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.6.0...main
1531+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.6.1...main
1532+
[6.6.1]: https://github.com/cucumber/cucumber-jvm/compare/v6.5.1...v6.6.1
15361533
[6.6.0]: https://github.com/cucumber/cucumber-jvm/compare/v6.5.1...v6.6.0
15371534
[6.5.1]: https://github.com/cucumber/cucumber-jvm/compare/v6.5.0...v6.5.1
15381535
[6.5.0]: https://github.com/cucumber/cucumber-jvm/compare/v6.4.0...v6.5.0

0 commit comments

Comments
 (0)