Skip to content

Commit 55e2ef2

Browse files
committed
Merge branch 'stable'
2 parents 4ccc07e + 683d56d commit 55e2ef2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.4.2] - 2025-12-21
10+
911
### Fixed
12+
1013
- Use proper return typed for `InputAsync` and `ChangeAsync` methods.
1114

1215
## [2.3.4] - 2025-12-18
@@ -1500,7 +1503,8 @@ The latest version of the library is availble on NuGet:
15001503
- **Wrong casing on keyboard event dispatch helpers.**
15011504
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
15021505

1503-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.3.4...HEAD
1506+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.4.2...HEAD
1507+
[2.4.2]: https://github.com/bUnit-dev/bUnit/compare/v2.3.4...2.4.2
15041508
[2.3.4]: https://github.com/bUnit-dev/bUnit/compare/v2.2.2...v2.3.4
15051509
[2.2.2]: https://github.com/bUnit-dev/bUnit/compare/v2.1.1...2.2.2
15061510
[2.1.1]: https://github.com/bUnit-dev/bUnit/compare/v2.0.66...v2.1.1

0 commit comments

Comments
 (0)