File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,31 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
6
6
### Added
7
7
* [ Core] Add --wip option (#1381 Heziode)
8
8
* [ Core] Upgrade gherkin to 5.10 (#1377 Aslak Hellesøy)
9
-
9
+ * [ Weld] Document the need for a beans.xml per source root (#923 Harald Albers)
10
+
10
11
### Changed
11
12
* [ Core] Upgrade cucumber expressions to 6.0.0 (#1377 Aslak Hellesøy)
12
13
* Throw an error if a parameter type is used inside optional text parenthesis, or with alternative text.
13
14
* Bugfix for nested capture groups.
14
15
* [ Core] Refactor Runtime (#1367 M.P. Korstanje, Marit van Dijk)
15
-
16
+ * Significant structural changes in the ` cucumber.runtime ` package
17
+ * [ Examples] Simplify Gradle example (#1394 Piotr Kubowicz)
18
+ * [ Build] Use 1.7 as the source and target level for compilation (#1147 M.P. Korstanje)
19
+ * [ Core] Use fully classified name for PendingException (#1398 Marit van Dijk)
20
+ * [ Core] Update DataTable hint (#1397 Marit van Dijk)
21
+
16
22
### Deprecated
17
23
18
24
### Removed
19
-
25
+ * [ Core] Remove deprecated TestStep methods (#1391 M.P. Korstanje)
26
+
20
27
### Fixed
21
28
22
29
## [ 3.0.2] ( https://github.com/cucumber/cucumber-jvm/compare/v3.0.1...v3.0.2 )
23
30
24
31
### Fixed
25
32
* [ Android] Fix PatternSyntaxException ([ #1370 ] ( https://github.com/cucumber/cucumber-jvm/pull/1370 ) M.P. Korstanje)
26
33
27
-
28
34
## [ 3.0.1] ( https://github.com/cucumber/cucumber-jvm/compare/v3.0.0...v3.0.1 )
29
35
30
36
### Changed
You can’t perform that action at this time.
0 commit comments