Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored Nov 13, 2020
1 parent d6611fd commit f28d44c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

## [1.4.5] - 2020-11-13
* Fixed: support for stream_isatty and overall correct FD forwarding to the restarted process.

## [1.4.4] - 2020-10-24
* Fix: exception if 'pcntl_signal' is disabled.

Expand Down Expand Up @@ -66,7 +69,8 @@
* Break: the following class was renamed:
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`

[Unreleased]: https://github.com/composer/xdebug-handler/compare/1.4.4...HEAD
[Unreleased]: https://github.com/composer/xdebug-handler/compare/1.4.5...HEAD
[1.4.5]: https://github.com/composer/xdebug-handler/compare/1.4.4...1.4.5
[1.4.4]: https://github.com/composer/xdebug-handler/compare/1.4.3...1.4.4
[1.4.3]: https://github.com/composer/xdebug-handler/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/composer/xdebug-handler/compare/1.4.1...1.4.2
Expand Down

0 comments on commit f28d44c

Please sign in to comment.