Skip to content

Commit f27e06c

Browse files
committed
Prepare 1.4.6
1 parent 2bc65bd commit f27e06c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## [1.4.6] - 2021-03-25
4+
* Fixed: fail restart if `proc_open` has been disabled in `disable_functions`.
5+
* Fixed: enable Windows CTRL event handling in the restarted process.
6+
37
## [1.4.5] - 2020-11-13
4-
* Fixed: support for stream_isatty and overall correct FD forwarding to the restarted process.
8+
* Fixed: use `proc_open` when available for correct FD forwarding to the restarted process.
59

610
## [1.4.4] - 2020-10-24
711
* Fix: exception if 'pcntl_signal' is disabled.
@@ -69,7 +73,8 @@
6973
* Break: the following class was renamed:
7074
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`
7175

72-
[Unreleased]: https://github.com/composer/xdebug-handler/compare/1.4.5...HEAD
76+
[Unreleased]: https://github.com/composer/xdebug-handler/compare/1.4.6...HEAD
77+
[1.4.6]: https://github.com/composer/xdebug-handler/compare/1.4.5...1.4.6
7378
[1.4.5]: https://github.com/composer/xdebug-handler/compare/1.4.4...1.4.5
7479
[1.4.4]: https://github.com/composer/xdebug-handler/compare/1.4.3...1.4.4
7580
[1.4.3]: https://github.com/composer/xdebug-handler/compare/1.4.2...1.4.3

0 commit comments

Comments
 (0)