Skip to content

Commit 1a77c78

Browse files
authored
Fix CHANGELOG indentation (#2388)
1 parent f7d7e9a commit 1a77c78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4444
* [TestNG] Automatically pick up properties from `testng.xml` ([#2354](https://github.com/cucumber/cucumber-jvm/pull/2354) M.P. Korstanje, Gayan Sandaruwan)
4545
* [Core] Pretty formatter to print step DataTables ([#2330](https://github.com/cucumber/cucumber-jvm/pull/2330) Arty Sidorenko)
4646
* [Core] `Scenario.getId()` returns the actual scenario id ([#2366](https://github.com/cucumber/cucumber-jvm/issues/2366) M.P. Korstanje)
47-
- To obtain the original `<uri>:<line-number>` identifier use `scenario.getUri() + ":" + scenario.getLine()`.
47+
- To obtain the original `<uri>:<line-number>` identifier use `scenario.getUri() + ":" + scenario.getLine()`.
4848

4949
### Deprecated
5050
* [JUnit Platform] Deprecated `@Cucumber` in favour of `@Suite` ([#2362](https://github.com/cucumber/cucumber-jvm/pull/2362) M.P. Korstanje)
5151

5252
### Removed
5353
* [Core] Removed `--strict` and `--no-strict` options ([#1788](https://github.com/cucumber/cucumber-jvm/issues/1788) M.P. Korstanje)
54-
- Cucumber executes scenarios in strict mode by default
54+
- Cucumber executes scenarios in strict mode by default
5555
* [Core] Removed deprecated `TypeRegistryConfigurer` ([#2356](https://github.com/cucumber/cucumber-jvm/issues/2356) M.P. Korstanje)
56-
- Use `@ParameterType` instead.
56+
- Use `@ParameterType` instead.
5757
* [Weld] Removed `cucumber-weld` ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
58-
- Consider using `cucumber-jakarta-cdi` or `cucumber-cdi2`.
58+
- Consider using `cucumber-jakarta-cdi` or `cucumber-cdi2`.
5959
* [Needle] Removed `cucumber-needled` ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
60-
- Consider using `cucumber-jakarta-cdi` or `cucumber-cdi2`.
60+
- Consider using `cucumber-jakarta-cdi` or `cucumber-cdi2`.
6161

6262
### Fixed
6363
* [Core] Emit step hook messages ([#2009](https://github.com/cucumber/cucumber-jvm/issues/2093) Grasshopper)
@@ -80,7 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8080

8181
### Fixed
8282
* [Core] Upgraded `vis-timeline` to v7.4.8
83-
- Fixes CVE-2020-28487
83+
- Fixes CVE-2020-28487
8484

8585
## [6.10.3] (2021-04-14)
8686

0 commit comments

Comments
 (0)