Skip to content

Commit

Permalink
docs: update changelog with fixes in next release
Browse files Browse the repository at this point in the history
  • Loading branch information
egil authored Jul 28, 2023
1 parent 8633b2f commit faec85d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ All notable changes to **bUnit** will be documented in this file. The project ad

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

### Fixed

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

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

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

## [1.21.9] - 2023-07-02

### Fixed
Expand Down

0 comments on commit faec85d

Please sign in to comment.