Skip to content

Commit 3142159

Browse files
committed
Updated CHANGELOG.md for 1.23.9 release
1 parent 1bd08f5 commit 3142159

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.23.9] - 2023-09-06
10+
911
### Fixed
1012

11-
- If the renderer was not idle when calling `SetParametersAndRender`, the method could return before the parameters were set and the component under test had finished rendering. This was a regression that happened in v1.21.9. Reported by [@Skintkingle](https://github.com/Skintkingle]) in <https://github.com/bUnit-dev/bUnit/issues/1188>. Fixed by [@egil](https://github.com/egil).
13+
- If the renderer was not idle when calling `SetParametersAndRender`, the method could return before the parameters were set and the component under test had finished rendering. This was a regression that happened in v1.21.9. Reported by [@Skintkingle](https://github.com/Skintkingle]) in <https://github.com/bUnit-dev/bUnit/issues/1188>. Fixed by [@egil](https://github.com/egil).
1214

1315
### Added
1416

15-
- `net8.0` support
16-
- Increased timeout of `WaitForAssertion` to infinite when a debugger is attached. By [@linkdotnet](https://github.com/linkdotnet).
17+
- `net8.0` support
18+
- Increased timeout of `WaitForAssertion` to infinite when a debugger is attached. By [@linkdotnet](https://github.com/linkdotnet).
1719

1820
### Fixed
1921

20-
- AngleSharp IElement extension methods do not work with `IRenderedFragment.Find`. Reported by [a2er](https://github.com/a2er). Fixed by [@linkdotnet](https://github.com/linkdotnet).
22+
- AngleSharp IElement extension methods do not work with `IRenderedFragment.Find`. Reported by [a2er](https://github.com/a2er). Fixed by [@linkdotnet](https://github.com/linkdotnet).
2123

2224
## [1.22.19] - 2023-07-28
2325

@@ -1313,7 +1315,9 @@ The latest version of the library is availble on NuGet:
13131315
- **Wrong casing on keyboard event dispatch helpers.**
13141316
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
13151317
1316-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.22.19...HEAD
1318+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.23.9...HEAD
1319+
1320+
[1.23.9]: https://github.com/bUnit-dev/bUnit/compare/v1.22.19...1.23.9
13171321
13181322
[1.22.19]: https://github.com/bUnit-dev/bUnit/compare/v1.21.9...v1.22.19
13191323

0 commit comments

Comments
 (0)