Skip to content

Commit faec85d

Browse files
authored
docs: update changelog with fixes in next release
1 parent 8633b2f commit faec85d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ All notable changes to **bUnit** will be documented in this file. The project ad
1010

1111
- Update bunit templates to support the target framework version of the project. By [@linkdotnet](https://github.com/linkdotnet).
1212

13+
### Fixed
14+
15+
- Calling `MarkupMatches(RenderFragment)` from a lambda passed to e.g. `WaitForAssertion` could lead to a deadlock in certain circumstances. Fixed by [@linkdotnet](https://github.com/linkdotnet). Reported by [@uecasm](https://github.com/uecasm) in https://github.com/bUnit-dev/bUnit/issues/1143.
16+
17+
- Rendering complex component hierarchies could result in a stack overflow. Fixed by [@egil](https://github.com/egil).. Reported by [@groogiam](https://github.com/groogiam) in https://github.com/bUnit-dev/bUnit/issues/1064.
18+
19+
- Remove capturing and dispatching markup updates to test frameworks synchronization context again. This could cause deadlocks and does not have any impact on test stability. Fixed by [@egil](https://github.com/egil). Reported by [@biohazard999](https://github.com/biohazard999) in https://github.com/bUnit-dev/bUnit/issues/1144.
20+
1321
## [1.21.9] - 2023-07-02
1422

1523
### Fixed

0 commit comments

Comments
 (0)