Skip to content

Commit 7a69073

Browse files
committed
Updated CHANGELOG.md for 1.20.8 release
1 parent 374f964 commit 7a69073

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.20.8] - 2023-05-21
10+
911
### Added
1012

1113
- 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
1416

1517
- 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).
1618

17-
1819
## [1.19.14] - 2023-04-26
1920

2021
### Fixed
@@ -1277,7 +1278,9 @@ The latest version of the library is availble on NuGet:
12771278
- **Wrong casing on keyboard event dispatch helpers.**
12781279
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12791280
1280-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.19.14...HEAD
1281+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.20.8...HEAD
1282+
1283+
[1.20.8]: https://github.com/bUnit-dev/bUnit/compare/v1.19.14...v1.20.8
12811284
12821285
[1.19.14]: https://github.com/bUnit-dev/bUnit/compare/v1.18.4...1.19.14
12831286

0 commit comments

Comments
 (0)