fix:repo cleanup
This commit is contained in:
+28
@@ -2,6 +2,30 @@
|
||||
|
||||
All notable changes in `sebastianbergmann/environment` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
||||
|
||||
## [8.0.3] - 2025-08-12
|
||||
|
||||
### Changed
|
||||
|
||||
* [#75](https://github.com/sebastianbergmann/environment/pull/75): Make `Runtime::isOpcacheActive()` public
|
||||
|
||||
## [8.0.2] - 2025-05-21
|
||||
|
||||
### Fixed
|
||||
|
||||
* [#74](https://github.com/sebastianbergmann/environment/pull/74): Regression introduced in version 8.0.0
|
||||
|
||||
## [8.0.1] - 2025-05-21
|
||||
|
||||
### Fixed
|
||||
|
||||
* Take Xdebug mode into account for `Runtime::canCollectCodeCoverage()`
|
||||
|
||||
## [8.0.0] - 2025-02-07
|
||||
|
||||
### Removed
|
||||
|
||||
* This component is no longer supported on PHP 8.2
|
||||
|
||||
## [7.2.1] - 2025-05-21
|
||||
|
||||
### Fixed
|
||||
@@ -215,6 +239,10 @@ All notable changes in `sebastianbergmann/environment` are documented in this fi
|
||||
|
||||
* This component is no longer supported on PHP 5.6
|
||||
|
||||
[8.0.3]: https://github.com/sebastianbergmann/environment/compare/8.0.2...8.0.3
|
||||
[8.0.2]: https://github.com/sebastianbergmann/environment/compare/8.0.1...8.0.2
|
||||
[8.0.1]: https://github.com/sebastianbergmann/environment/compare/8.0.0...8.0.1
|
||||
[8.0.0]: https://github.com/sebastianbergmann/environment/compare/7.2...8.0.0
|
||||
[7.2.1]: https://github.com/sebastianbergmann/environment/compare/7.2.0...7.2.1
|
||||
[7.2.0]: https://github.com/sebastianbergmann/environment/compare/7.1.0...7.2.0
|
||||
[7.1.0]: https://github.com/sebastianbergmann/environment/compare/7.0.0...7.1.0
|
||||
|
||||
Reference in New Issue
Block a user