Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.20.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bUnitBot committed May 21, 2023
1 parent 374f964 commit 7a69073
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad

## [Unreleased]

## [1.20.8] - 2023-05-21

### Added

- 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).
Expand All @@ -14,7 +16,6 @@ All notable changes to **bUnit** will be documented in this file. The project ad

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


## [1.19.14] - 2023-04-26

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

0 comments on commit 7a69073

Please sign in to comment.