Skip to content

Commit 12f1b79

Browse files
committed
Prepare 3.0.1
1 parent 157e4f2 commit 12f1b79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## [Unreleased]
22

3+
## [3.0.1] - 2022-01-04
4+
* Fixed: error when calling `isXdebugActive` before class instantiation.
5+
36
## [3.0.0] - 2021-12-23
47
* Removed: support for legacy PHP versions (< PHP 7.2.5).
58
* Added: type declarations to arguments and return values.
@@ -99,7 +102,8 @@
99102
* Break: the following class was renamed:
100103
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`
101104

102-
[Unreleased]: https://github.com/composer/xdebug-handler/compare/3.0.0...HEAD
105+
[Unreleased]: https://github.com/composer/xdebug-handler/compare/3.0.1...HEAD
106+
[3.0.1]: https://github.com/composer/xdebug-handler/compare/3.0.0...3.0.1
103107
[3.0.0]: https://github.com/composer/xdebug-handler/compare/2.0.3...3.0.0
104108
[2.0.3]: https://github.com/composer/xdebug-handler/compare/2.0.2...2.0.3
105109
[2.0.2]: https://github.com/composer/xdebug-handler/compare/2.0.1...2.0.2

0 commit comments

Comments
 (0)