File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## [ Unreleased] (In Git)
9
9
10
10
### 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)
14
11
15
12
### Changed
16
13
17
14
### Deprecated
18
15
19
16
### Removed
20
17
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
+
21
27
### Fixed
22
28
* [ Core] Use Unicode symbols as a parameter boundary in snippets ([ cucumber/#1108 ] ( https://github.com/cucumber/cucumber/pull/1108 ) M.P. Korstnaje)
23
29
@@ -1487,7 +1493,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
1487
1493
* First proper release
1488
1494
1489
1495
<!-- 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
1491
1498
[ 6.3.0 ] : https://github.com/cucumber/cucumber-jvm/compare/v6.2.2...v6.3.0
1492
1499
[ 6.2.2 ] : https://github.com/cucumber/cucumber-jvm/compare/v6.2.1...v6.2.2
1493
1500
[ 6.2.1 ] : https://github.com/cucumber/cucumber-jvm/compare/v6.2.0...v6.2.1
You can’t perform that action at this time.
0 commit comments