Skip to content

Commit f0d91e5

Browse files
committed
Update CHANGELOG.md
1 parent 6d4ec7c commit f0d91e5

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
This intial version is forked from [rregeer/phpunit-coverage-check](https://github.com/richardregeer/phpunit-coverage-check/) by [Richard Regeer](https://github.com/richardregeer). This is the CHANGELOG for changes in comparison to the original library.
12+
1113
### Added
1214

13-
*
15+
* Created `backward-compatibility.md` for the Backward Compatibility Promise.
16+
* Created `CHANGELOG.md` to keep track of changes.
17+
* Created `SECURITY.md` for the security policy.
18+
* Created testing and analysis workflows based on GitHub actions.
19+
* Unit testing via PHPUnit.
20+
* `box.json` that is used for generating Phar files for the library.
21+
* Phar file will be added to each new release.
22+
* Dev dependencies for PHPStan (and strict rules, bleeding edge, Symfony plugins) and PHPCS-Fixer.
23+
* Dependency scanning via Renovate.
24+
* `Symfony\Console` is now a runtime dependency.
25+
* Library is now namespace'd to `Esi\CoverageCheck`.
1426

1527
### Changed
1628

17-
*
29+
* Reformatted composer.json, added more information/sections.
30+
* Minimum PHP version bumped to 8.1.
31+
* `coverage-check` (instead of coverage-check.php) in the root directory, which is the bin file.
32+
* Updated `README.md` with more information, and changes to the usage of this library.
33+
* This library is now a `Symfony\Console` application.
1834

1935
### Removed
2036

21-
*
37+
* `coverage-check.php`, `bin/coverage-check`, and `test/run` removed.
2238

2339

2440
[Unreleased]: https://github.com/ericsizemore/phpunit-coverage-check/master

0 commit comments

Comments
 (0)