Skip to content

Commit e238738

Browse files
committed
Updated changelog for beta-10 release
1 parent b5de686 commit e238738

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,25 @@
22

33
All notable changes to **bUnit** will be documented in this file. The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## [Unreleased beta 10]
5+
## [1.0.0-beta 10] - 2020-09-15
66

77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
88

99
### Added
1010
List of new features.
1111

12+
- Added support for .NET 5 RC-1.
13+
1214
### Changed
1315
List of changes in existing functionality.
1416

1517
- Related to [#189](https://github.com/egil/bUnit/issues/189), a bunch of the core `ITestRenderer` and related types have changed. The internals of `ITestRenderer` is now less exposed and the test renderer is now in control of when rendered components and rendered fragments are created, and when they are updated. This enables the test renderer to protect against race conditions when the `FindComponent`, `FindComponents`, `RenderFragment`, and `RenderComponent` methods are called.
1618

17-
### Deprecated
18-
List of soon-to-be removed features.
19-
20-
### Removed
21-
List of now removed features.
22-
2319
### Fixed
2420
List of any bug fixes.
2521

2622
- Fixes [#189](https://github.com/egil/bUnit/issues/189): The test renderer did not correctly protect against a race condition during initial rendering of a component, and that could in some rare circumstances cause a test to fail when it should not. This has been addressed in this release with a major rewrite of the test renderer, which now controls and owns the rendered component and rendered fragment instances which is created when a component is rendered. By [@egil](https://github.com/egil) in [#201](https://github.com/egil/bUnit/pull/201). Credits to [@Smurf-IV](https://github.com/Smurf-IV) for reporting and helping investigate this issue.
2723

28-
### Security
29-
List of fixed security vulnerabilities.
30-
3124
## [1.0.0-beta-9] - 2020-08-26
3225

3326
This release contains a couple of fixes, and adds support for .NET Preview 8 and later. There are no breaking changes in this release.

0 commit comments

Comments
 (0)