Skip to content

Commit b2cec7f

Browse files
authored
Update CHANGELOG.md
1 parent 1fe9b86 commit b2cec7f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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]
5+
## [1.0.0-beta-9] - 2020-08-26
66

7-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7+
This release contains a couple of fixes, and adds support for .NET Preview 8 and later. There are no breaking changes in this release.
88

99
Thanks to [pharry22](https://github.com/pharry22) for submitting fixes and improvements to the documentation.
1010

@@ -22,20 +22,11 @@ List of changes in existing functionality.
2222
- Accessing `Markup`, `Nodes` and related methods on a rendered fragment whose underlying component has been removed from the render tree (disposed) now throws a `ComponentDisposedException`. By [@egil](https://github.com/egil) in [#184](https://github.com/egil/bUnit/pull/184).
2323
- Changed bUnit's build to target both .net 5.0 and .net standard 2.1. By [@egil](https://github.com/egil) in [#187](https://github.com/egil/bUnit/pull/187).
2424

25-
### Deprecated
26-
List of soon-to-be removed features.
27-
28-
### Removed
29-
List of now removed features.
30-
3125
### Fixed
3226
List of any bug fixes.
3327

3428
- Fixes [#175](https://github.com/egil/bUnit/issues/175): When a component referenced in a test, e.g. through the `FindComponent()` method was removed from the render tree, accessing the reference could caused bUnit to look for updates to it in the renderer, causing a exception to be thrown. By [@egil](https://github.com/egil) in [#184](https://github.com/egil/bUnit/pull/184).
3529

36-
### Security
37-
List of fixed security vulnerabilities.
38-
3930
## [1.0.0-beta-8] - 2020-07-15
4031

4132
Here is beta-8, a small summer vacation release this time. A few needed additions, especially around testing components that use Blazor's authentication and authorization. In addition to this, a lot of documentation has been added to https://bunit.egilhansen.com/docs/getting-started/.

0 commit comments

Comments
 (0)