Skip to content

Commit 136df5d

Browse files
authored
docs: add some missing changelog entries
(for stuff that was fixed in the monorepo libraries)
1 parent bd5ea43 commit 136df5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
1212
### Added
1313

1414
- Support attachments that are already base64-encoded via a prefix on the MIME type e.g. `this.attach(base64String, 'base64:image/png')` ([#1552](https://github.com/cucumber/cucumber-js/pull/1552))
15-
- Support tagged rules (see <https://github.com/cucumber/cucumber/issues/1123>)
15+
- Support tagged rules ([cucumber#1123](https://github.com/cucumber/cucumber/issues/1123))
1616

1717
### Changed
1818

@@ -24,6 +24,8 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
2424

2525
* Fix types for hook functions so they can return e.g. `'skipped'` ([#1542](https://github.com/cucumber/cucumber-js/pull/1542))
2626
* Display the response of the reports server when an error is returned before failing. ([#1608](https://github.com/cucumber/cucumber-js/pull/1608))
27+
* Remove unnecessary implicit dependency on `long` package ([cucumber#1313](https://github.com/cucumber/cucumber/pull/1313))
28+
* Remove unnecessary transitive dependencies on `react` etc ([cucumber#1308](https://github.com/cucumber/cucumber/pull/1308))
2729

2830
## [7.0.0] (2020-12-21)
2931

0 commit comments

Comments
 (0)