Skip to content

Commit b11b961

Browse files
committed
Prepare 3.0.2
1 parent 75d2b5c commit b11b961

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## [Unreleased]
22

3+
## [3.0.2] - 2022-02-24
4+
* Fixed: regression in 3.0.1 affecting Xdebug 2
5+
36
## [3.0.1] - 2022-01-04
47
* Fixed: error when calling `isXdebugActive` before class instantiation.
58

@@ -102,7 +105,8 @@
102105
* Break: the following class was renamed:
103106
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`
104107

105-
[Unreleased]: https://github.com/composer/xdebug-handler/compare/3.0.1...HEAD
108+
[Unreleased]: https://github.com/composer/xdebug-handler/compare/3.0.2...HEAD
109+
[3.0.2]: https://github.com/composer/xdebug-handler/compare/3.0.1...3.0.2
106110
[3.0.1]: https://github.com/composer/xdebug-handler/compare/3.0.0...3.0.1
107111
[3.0.0]: https://github.com/composer/xdebug-handler/compare/2.0.3...3.0.0
108112
[2.0.3]: https://github.com/composer/xdebug-handler/compare/2.0.2...2.0.3

0 commit comments

Comments
 (0)