File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 3.0.1] - 2022-01-04
4
+ * Fixed: error when calling ` isXdebugActive ` before class instantiation.
5
+
3
6
## [ 3.0.0] - 2021-12-23
4
7
* Removed: support for legacy PHP versions (< PHP 7.2.5).
5
8
* Added: type declarations to arguments and return values.
99
102
* Break: the following class was renamed:
100
103
- ` Composer\XdebugHandler ` -> ` Composer\XdebugHandler\XdebugHandler `
101
104
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
103
107
[ 3.0.0 ] : https://github.com/composer/xdebug-handler/compare/2.0.3...3.0.0
104
108
[ 2.0.3 ] : https://github.com/composer/xdebug-handler/compare/2.0.2...2.0.3
105
109
[ 2.0.2 ] : https://github.com/composer/xdebug-handler/compare/2.0.1...2.0.2
You can’t perform that action at this time.
0 commit comments