Skip to content

Commit d9e855d

Browse files
committed
Update CHANGELOG for v6.4.0
1 parent 6006deb commit d9e855d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased] (In Git)
99

1010
### Added
11-
* [Core] Include SourceReferences in message output ([#2064](https://github.com/cucumber/cucumber-jvm/issues/2064) M.P. Korstanje)
12-
* [Core] Enable searching and filtering in html report ([cucumber/#1111](https://github.com/cucumber/cucumber/pull/1111) Vincent Psarga)
13-
* [Core] Include `file_name` in `attachment` message ([cucumber/#2072](https://github.com/cucumber/cucumber/pull/2072) M.P. Korstanje)
1411

1512
### Changed
1613

1714
### Deprecated
1815

1916
### Removed
2017

18+
### Fixed
19+
20+
## [6.4.0] (2020-07-31)
21+
22+
### Added
23+
* [Core] Include SourceReferences in message output ([#2064](https://github.com/cucumber/cucumber-jvm/issues/2064) M.P. Korstanje)
24+
* [Core] Enable searching and filtering in html report ([cucumber/#1111](https://github.com/cucumber/cucumber/pull/1111) Vincent Psarga)
25+
* [Core] Include `file_name` in `attachment` message ([cucumber/#2072](https://github.com/cucumber/cucumber/pull/2072) M.P. Korstanje)
26+
2127
### Fixed
2228
* [Core] Use Unicode symbols as a parameter boundary in snippets ([cucumber/#1108](https://github.com/cucumber/cucumber/pull/1108) M.P. Korstnaje)
2329

@@ -1487,7 +1493,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
14871493
* First proper release
14881494

14891495
<!-- Releases -->
1490-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.3.0...main
1496+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.4.0...main
1497+
[6.4.0]: https://github.com/cucumber/cucumber-jvm/compare/v6.3.0...v6.4.0
14911498
[6.3.0]: https://github.com/cucumber/cucumber-jvm/compare/v6.2.2...v6.3.0
14921499
[6.2.2]: https://github.com/cucumber/cucumber-jvm/compare/v6.2.1...v6.2.2
14931500
[6.2.1]: https://github.com/cucumber/cucumber-jvm/compare/v6.2.0...v6.2.1

0 commit comments

Comments
 (0)