Skip to content

Commit

Permalink
docs: include wait for change in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
egil authored Oct 4, 2024
1 parent 959d371 commit d2a9ddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to **bUnit** will be documented in this file. The project ad

## [Unreleased]

### Fixed

- Ensure that a check in `WaitForAssertion` and related methods is always performed at once before the wait timer is started. If not, the timeout could occure before a wait-for check-condition had been attempted, causing tests to fail without reason. Fixed by [@egil](https://github.com/egil).

## [1.31.3] - 2024-08-16

### Fixed
Expand Down

0 comments on commit d2a9ddb

Please sign in to comment.