Skip to content

Commit e095b07

Browse files
committed
Updated CHANGELOG.md for 1.32.7 release
1 parent cb3fa8f commit e095b07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [1.32.7] - 2024-10-04
10+
911
### Fixed
1012

1113
- 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).
@@ -1392,7 +1394,8 @@ The latest version of the library is availble on NuGet:
13921394
- **Wrong casing on keyboard event dispatch helpers.**
13931395
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
13941396

1395-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.31.3...HEAD
1397+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.32.7...HEAD
1398+
[1.32.7]: https://github.com/bUnit-dev/bUnit/compare/v1.31.3...v1.32.7
13961399
[1.31.3]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...1.31.3
13971400
[1.30.3]: https://github.com/bUnit-dev/bUnit/compare/v1.29.5...v1.30.3
13981401
[1.29.5]: https://github.com/bUnit-dev/bUnit/compare/v1.28.9...1.29.5

0 commit comments

Comments
 (0)