diff --git a/.changes/4.0.1.md b/.changes/4.0.1.md new file mode 100644 index 0000000..867d350 --- /dev/null +++ b/.changes/4.0.1.md @@ -0,0 +1,15 @@ + +## 4.0.1 - 2024-11-04 + +### Changed + +Drop PHPUnit 10 support and upgrade to PHPUnit 11 + +- [#14](https://github.com/llaville/box-manifest/issues/14) : PHPUnit 11 support + +### Fixed + +- PHPStan may now analyse source code on level 9, that became compatible +- Give a chance to `RestartHandler` to restart process with `phar.readonly` disabled even if `xdebug` extension is not available + +**Full Changelog**: [4.0.0...4.0.1](https://github.com/llaville/box-manifest/compare/4.0.0...4.0.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf30a6a..e722f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 4.0.1 - 2024-11-04 + +### Changed + +Drop PHPUnit 10 support and upgrade to PHPUnit 11 + +- [#14](https://github.com/llaville/box-manifest/issues/14) : PHPUnit 11 support + +### Fixed + +- PHPStan may now analyse source code on level 9, that became compatible +- Give a chance to `RestartHandler` to restart process with `phar.readonly` disabled even if `xdebug` extension is not available + +**Full Changelog**: [4.0.0...4.0.1](https://github.com/llaville/box-manifest/compare/4.0.0...4.0.1) + ## 4.0.0 - 2024-10-03 Read the [first release candidate](https://github.com/llaville/box-manifest/releases/tag/4.0.0-rc.1) notes of this major version