Skip to content

Commit 84674dd

Browse files
committed
Prepare 2.0.2
1 parent ccacbcd commit 84674dd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [Unreleased]
22

3+
## [2.0.2] - 2021-07-31
4+
* Added: support for `xdebug_info('mode')` in Xdebug 3.1.
5+
* Added: support for Psr\Log versions 2 and 3.
6+
* Fixed: remove ini directives from non-cli HOST/PATH sections.
7+
38
## [2.0.1] - 2021-05-05
49
* Fixed: don't restart if the cwd is a UNC path and cmd.exe will be invoked.
510

@@ -21,7 +26,7 @@
2126
* Fixed: use `proc_open` when available for correct FD forwarding to the restarted process.
2227

2328
## [1.4.4] - 2020-10-24
24-
* Fix: exception if 'pcntl_signal' is disabled.
29+
* Fixed: exception if 'pcntl_signal' is disabled.
2530

2631
## [1.4.3] - 2020-08-19
2732
* Fixed: restore SIGINT to default handler in restarted process if no other handler exists.
@@ -86,7 +91,8 @@
8691
* Break: the following class was renamed:
8792
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`
8893

89-
[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.1...HEAD
94+
[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.2...HEAD
95+
[2.0.2]: https://github.com/composer/xdebug-handler/compare/2.0.1...2.0.2
9096
[2.0.1]: https://github.com/composer/xdebug-handler/compare/2.0.0...2.0.1
9197
[2.0.0]: https://github.com/composer/xdebug-handler/compare/1.4.6...2.0.0
9298
[1.4.6]: https://github.com/composer/xdebug-handler/compare/1.4.5...1.4.6

0 commit comments

Comments
 (0)