Skip to content

Commit

Permalink
Prepare 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstevenson committed Jan 4, 2022
1 parent ee26a65 commit 0c1a392
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

## [2.0.4] - 2022-01-04
* Fixed: allow calling `isXdebugActive` before class instantiation.

## [2.0.3] - 2021-12-08
* Added: support, type annotations and refactoring for stricter PHPStan analysis.

Expand Down Expand Up @@ -94,7 +97,8 @@
* Break: the following class was renamed:
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`

[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.3...HEAD
[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.4...HEAD
[2.0.4]: https://github.com/composer/xdebug-handler/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/composer/xdebug-handler/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/composer/xdebug-handler/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/composer/xdebug-handler/compare/2.0.0...2.0.1
Expand Down

0 comments on commit 0c1a392

Please sign in to comment.