Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstevenson committed Apr 11, 2018
1 parent abf5de4 commit c919dc6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]
* Added: static `getRestartSettings` method for calling PHP processes.

## [1.1.0] - 2018-04-11
* Added: `getRestartSettings` method for calling PHP processes in a restart process.
* Added: API definition and @internal class annotations.
* Added: protected `requiresRestart` method for extending classes.
* Added: `setMainScript` method for applications that change the working directory.
Expand All @@ -15,5 +17,6 @@
* Break: the following class was renamed:
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`

[Unreleased]: https://github.com/composer/xdebug-handler/compare/1.0.0...HEAD
[Unreleased]: https://github.com/composer/xdebug-handler/compare/1.1.0...HEAD
[1.1.0]: https://github.com/composer/xdebug-handler/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/composer/xdebug-handler/compare/d66f0d15cb57...1.0.0

0 comments on commit c919dc6

Please sign in to comment.