Skip to content

Commit 50e39f6

Browse files
committed
Update CHANGELOG
1 parent 309895a commit 50e39f6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,20 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
9191
- [Doc] Fixed various Javadoc issues (Marit Van Dijk)
9292
- [JUnit] Always fire TestStarted/Finished for pickle ([#1765](https://github.com/cucumber/cucumber-jvm/pull/1765), [#1785](https://github.com/cucumber/cucumber-jvm/issues/1785) M.P. Korstanje)
9393

94+
## [4.8.0](https://github.com/cucumber/cucumber-jvm/compare/v4.7.4...v4.8.0) (To be released)
95+
96+
### Fixed
97+
* [Core] Update html report jQuery from 1.8.2 to 3.4.1 (#1794)
98+
([#1794](https://github.com/cucumber/cucumber-jvm/issues/1794) A. Dale Clarke)
99+
100+
### Deprecated
101+
* [Java] Deprecate `timout` in favour of library based solutions ([#1506](https://github.com/cucumber/cucumber-jvm/issues/1506), [#1694](https://github.com/cucumber/cucumber-jvm/issues/1694) M.P. Korstanje)
102+
- Prefer using library based solutions
103+
* [JUnit 5 `Assertions.assertTimeout*`](https://junit.org/junit5/docs/5.0.1/api/org/junit/jupiter/api/Assertions.html#assertTimeout-java.time.Duration-org.junit.jupiter.api.function.Executable-)
104+
* [Awaitility](https://github.com/awaitility/awaitility)
105+
* [Guava `TimeLimiter`](https://github.com/google/guava/blob/master/guava/src/com/google/common/util/concurrent/TimeLimiter.java)
106+
107+
94108
## [4.7.4](https://github.com/cucumber/cucumber-jvm/compare/v4.7.3...v4.7.4) (2019-10-05)
95109

96110
### Fixed

0 commit comments

Comments
 (0)