Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Feb 25, 2025
1 parent 52b7d98 commit 642fa29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- [Core] Improved caching glue performance ([#2971](https://github.com/cucumber/cucumber-jvm/pull/2971) M.P. Korstanje & Julien Kronegg)
- [Java, Java8] Significantly reduced number of emitted step- and hook-definition messages ([#2971](https://github.com/cucumber/cucumber-jvm/pull/2971) M.P. Korstanje & Julien Kronegg)
- [Core] Removed workarounds to limit size of html report ([#2971](https://github.com/cucumber/cucumber-jvm/pull/2971) M.P. Korstanje & Julien Kronegg)

### Deprecated
- [Core] Deprecated `ScenarioScoped` glue ([#2971](https://github.com/cucumber/cucumber-jvm/pull/2971) M.P. Korstanje & Julien Kronegg)

## [7.21.1] - 2025-02-07
### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* scenario scoped object (e.g. a method closure).
*
* @deprecated backend with scenario scoped glue should hide this complexity
* from Cucumber by updating the registered glue during
* {@link Backend#buildWorld()} and transparently dispose of any closures during
* {@link Backend#disposeWorld()}.
* from Cucumber by updating the registered glue during
* {@link Backend#buildWorld()} and transparently dispose of any
* closures during {@link Backend#disposeWorld()}.
*/
@Deprecated
public interface ScenarioScoped {
Expand Down

0 comments on commit 642fa29

Please sign in to comment.