Skip to content

Commit

Permalink
Prepare 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstevenson committed Feb 24, 2022
1 parent 6958f15 commit 9e36aee
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.5] - 2022-02-24
* Fixed: regression in 2.0.4 affecting Xdebug 2.

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

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

[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.4...HEAD
[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.5...HEAD
[2.0.5]: https://github.com/composer/xdebug-handler/compare/2.0.4...2.0.5
[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
Expand Down

0 comments on commit 9e36aee

Please sign in to comment.