File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
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.
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
You can’t perform that action at this time.
0 commit comments