Skip to content

Commit

Permalink
Preparing changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Mar 4, 2022
1 parent 386eccb commit 1ae0349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
@@ -1,5 +1,5 @@
Changelog next version
----------------------
Changelog 4.2.0 (2022-03-04)
----------------------------
* Fixed a bug in the shutdown behavior of a polling thread. The wrong time unit was used causing executor shutdown to take way more time than expected in cases where it's stuck. Thanks to Claus Näveke for spotting this and for the initial PR.
* Fixed a bug in which condition was not evaluated correctly with small intervals, such as:
await().atMost(Duration.ofMillis(10)).pollInterval(Duration.ofMillis(5)).until(..);
Expand Down

0 comments on commit 1ae0349

Please sign in to comment.