You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.20.8] - 2023-05-21
10
+
9
11
### Added
10
12
11
13
- Added static `DefaultWaitTimeout` property to `TestContext` to enable overriding the default timeout of "wait for" methods like `WaitForAssertion` from 1 second to something else. By [@egil](https://github.com/egil).
@@ -14,7 +16,6 @@ All notable changes to **bUnit** will be documented in this file. The project ad
14
16
15
17
- TestRenderer throws `ObjectDisposedException` if any methods is accessed after it has been disposed. It will also prevent changes to the internal render tree after it has been disposed. By [@egil](https://github.com/egil).
16
18
17
-
18
19
## [1.19.14] - 2023-04-26
19
20
20
21
### Fixed
@@ -1277,7 +1278,9 @@ The latest version of the library is availble on NuGet:
1277
1278
- **Wrong casing on keyboard event dispatch helpers.**
1278
1279
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
0 commit comments