Skip to content

Commit 31d5769

Browse files
committed
Prepare 2.0.0
1 parent f0bd193 commit 31d5769

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## [Unreleased]
2+
3+
## [2.0.0] - 2021-04-09
24
* Break: this is a major release, see [UPGRADE.md](UPGRADE.md) for more information.
35
* Break: removed optional `$colorOption` constructor param and passthru fallback.
46
* Break: renamed `requiresRestart` param from `$isLoaded` to `$default`.
@@ -81,7 +83,8 @@
8183
* Break: the following class was renamed:
8284
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`
8385

84-
[Unreleased]: https://github.com/composer/xdebug-handler/compare/1.4.6...HEAD
86+
[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.0...HEAD
87+
[2.0.0]: https://github.com/composer/xdebug-handler/compare/1.4.6...2.0.0
8588
[1.4.6]: https://github.com/composer/xdebug-handler/compare/1.4.5...1.4.6
8689
[1.4.5]: https://github.com/composer/xdebug-handler/compare/1.4.4...1.4.5
8790
[1.4.4]: https://github.com/composer/xdebug-handler/compare/1.4.3...1.4.4

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Restart a CLI process without loading the Xdebug extension, unless `xdebug.mode=
1010
Originally written as part of [composer/composer](https://github.com/composer/composer),
1111
now extracted and made available as a stand-alone library.
1212

13+
### Version 2
14+
15+
Support added for Xdebug3. See [UPGRADE](UPGRADE.md) for more information.
16+
1317
## Installation
1418

1519
Install the latest version with:

0 commit comments

Comments
 (0)