File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments