Skip to content

Commit 0c1a392

Browse files
committed
Prepare 2.0.4
1 parent ee26a65 commit 0c1a392

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+
## [2.0.4] - 2022-01-04
4+
* Fixed: allow calling `isXdebugActive` before class instantiation.
5+
36
## [2.0.3] - 2021-12-08
47
* Added: support, type annotations and refactoring for stricter PHPStan analysis.
58

@@ -94,7 +97,8 @@
9497
* Break: the following class was renamed:
9598
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`
9699

97-
[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.3...HEAD
100+
[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.4...HEAD
101+
[2.0.4]: https://github.com/composer/xdebug-handler/compare/2.0.3...2.0.4
98102
[2.0.3]: https://github.com/composer/xdebug-handler/compare/2.0.2...2.0.3
99103
[2.0.2]: https://github.com/composer/xdebug-handler/compare/2.0.1...2.0.2
100104
[2.0.1]: https://github.com/composer/xdebug-handler/compare/2.0.0...2.0.1

0 commit comments

Comments
 (0)