Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,11 @@
### [Unreleased]

There are next changes:
- Update minimum php version from 8.1 to 8.2

### [v0.7.0]

There are next changes:
- Update minimum php version from 8.1 to 8.2 ([#48](https://github.com/mougrim/php-xdebug-proxy/pull/48))

### [v0.6.0]

Expand DownExpand Up@@ -88,7 +92,8 @@ There are next changes:
- `\Mougrim\XdebugProxy\RequestPreparer\RequestPreparer` methods can throw `\Mougrim\XdebugProxy\RequestPreparer\Error` and `\Mougrim\XdebugProxy\RequestPreparer\Exception` if there is some problem ([#7](https://github.com/mougrim/php-xdebug-proxy/pull/7))
- now `\Mougrim\XdebugProxy\Factory\Factory::createRequestPreparers()` accepts `$logger` param and also can throw `\Mougrim\XdebugProxy\RequestPreparer\Error` and `\Mougrim\XdebugProxy\RequestPreparer\Exception` if there is some problem ([#7](https://github.com/mougrim/php-xdebug-proxy/pull/7))

[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.6.0...HEAD
[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.7.0...HEAD
[v0.7.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.6.0...0.7.0
[v0.6.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.1...0.6.0
[v0.5.1]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.0...0.5.1
[v0.5.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.4.1...0.5.0
Expand Down