You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@
3
3
### [Unreleased]
4
4
5
5
There are next changes:
6
-
- Update minimum php version from 8.1 to 8.2
6
+
7
+
### [v0.7.0]
8
+
9
+
There are next changes:
10
+
- Update minimum php version from 8.1 to 8.2 ([#48](https://github.com/mougrim/php-xdebug-proxy/pull/48))
7
11
8
12
### [v0.6.0]
9
13
@@ -88,7 +92,8 @@ There are next changes:
88
92
-`\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))
89
93
- 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))
0 commit comments