Skip to content

Commit e0e3330

Browse files
committed
Started section in changelog for beta-8
1 parent 6d2adcc commit e0e3330

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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-8]
6+
7+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8+
9+
### Added
10+
List of new features.
11+
12+
### Changed
13+
List of changes in existing functionality.
14+
15+
- `TestContextBase.Dispose` made virtual to allow inheritor's to override it. By @SimonCropp in [#137](https://github.com/egil/bunit/pull/137).
16+
17+
### Deprecated
18+
List of soon-to-be removed features.
19+
20+
### Removed
21+
List of now removed features.
22+
23+
### Fixed
24+
List of any bug fixes.
25+
26+
### Security
27+
List of fixed security vulnerabilities.
28+
529
## [1.0.0-beta-7] - 2020-05-19
630

731
There are three big changes in bUnit in this release, as well as a whole host of small new features, improvements to the API, and bug fixes. The three big changes are:

0 commit comments

Comments
 (0)