Skip to content

Commit c2037cb

Browse files
committed
Update CHANGELOG
1 parent eda8a9b commit c2037cb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

1212
## [Unreleased]
13+
### Fixed
14+
- [Core] Improve error message for missing operands in tag expressions ([#221](https://github.com/cucumber/tag-expressions/pull/221))
15+
- [Core] Include empty scenarios and backgrounds in json report ([#34](https://github.com/cucumber/cucumber-json-formatter/pull/34))
16+
1317
### Added
14-
- [Core] Upload Cucumber Reports with Gzip encoding ([#3115](https://github.com/cucumber/cucumber-jvm/pull/3115))
1518
- [Java] Add `Scenario.getLanguage()` to return the current language ([#3124](https://github.com/cucumber/cucumber-jvm/pull/3124) Stefan Gasterstädt)
1619

20+
### Changed
21+
- [Core] Upload Cucumber Reports with Gzip encoding ([#3115](https://github.com/cucumber/cucumber-jvm/pull/3115))
22+
- [Core] Render the empty tag expression as an empty string ([#222](https://github.com/cucumber/tag-expressions/pull/222))
23+
- [Core] Update dependency io.cucumber:html-formatter to v22.2.0
24+
- [Core] Update dependency io.cucumber:tag-expressions to v8.1.0
25+
- [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.2
26+
1727
## [7.32.0] - 2025-11-21
1828
### Changed
1929
- [Core] Update dependency io.cucumber:gherkin to v36.1.0

0 commit comments

Comments
 (0)