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 1
1
## [ Unreleased]
2
2
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
+
3
8
## [ 2.0.1] - 2021-05-05
4
9
* Fixed: don't restart if the cwd is a UNC path and cmd.exe will be invoked.
5
10
21
26
* Fixed: use ` proc_open ` when available for correct FD forwarding to the restarted process.
22
27
23
28
## [ 1.4.4] - 2020-10-24
24
- * Fix : exception if 'pcntl_signal' is disabled.
29
+ * Fixed : exception if 'pcntl_signal' is disabled.
25
30
26
31
## [ 1.4.3] - 2020-08-19
27
32
* Fixed: restore SIGINT to default handler in restarted process if no other handler exists.
86
91
* Break: the following class was renamed:
87
92
- ` Composer\XdebugHandler ` -> ` Composer\XdebugHandler\XdebugHandler `
88
93
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
90
96
[ 2.0.1 ] : https://github.com/composer/xdebug-handler/compare/2.0.0...2.0.1
91
97
[ 2.0.0 ] : https://github.com/composer/xdebug-handler/compare/1.4.6...2.0.0
92
98
[ 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