From 84674dd3a7575ba617f5a76d7e9e29a7d3891339 Mon Sep 17 00:00:00 2001 From: John Stevenson Date: Sat, 31 Jul 2021 18:03:58 +0100 Subject: [PATCH] Prepare 2.0.2 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fcd4f..d7d46f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## [Unreleased] +## [2.0.2] - 2021-07-31 + * Added: support for `xdebug_info('mode')` in Xdebug 3.1. + * Added: support for Psr\Log versions 2 and 3. + * Fixed: remove ini directives from non-cli HOST/PATH sections. + ## [2.0.1] - 2021-05-05 * Fixed: don't restart if the cwd is a UNC path and cmd.exe will be invoked. @@ -21,7 +26,7 @@ * Fixed: use `proc_open` when available for correct FD forwarding to the restarted process. ## [1.4.4] - 2020-10-24 - * Fix: exception if 'pcntl_signal' is disabled. + * Fixed: exception if 'pcntl_signal' is disabled. ## [1.4.3] - 2020-08-19 * Fixed: restore SIGINT to default handler in restarted process if no other handler exists. @@ -86,7 +91,8 @@ * Break: the following class was renamed: - `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler` -[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.1...HEAD +[Unreleased]: https://github.com/composer/xdebug-handler/compare/2.0.2...HEAD +[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 [2.0.0]: https://github.com/composer/xdebug-handler/compare/1.4.6...2.0.0 [1.4.6]: https://github.com/composer/xdebug-handler/compare/1.4.5...1.4.6