Skip to content

Commit f6224a9

Browse files
committed
improve changelog
1 parent 70ad1d5 commit f6224a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
- RetryPlugin will no longer retry requests when the response failed with a HTTP code < 500.
77
- Abstract method `HttpClientPool::chooseHttpClient()` has now an explicit return type (`Http\Client\Common\HttpClientPoolItem`)
88
- Interface method `Plugin::handleRequest(...)` has now an explicit return type (`Http\Promise\Promise`)
9-
- Made all classes final as they are not intended to be extended.
10-
Added interfaces for BatchClient, HttpClientPool, HttpClientRouter and HttpMethodsClient.
11-
Those classes have been renamed with an `Impl` suffix.
9+
- Made classes final that are not intended to be extended.
10+
Added interfaces for BatchClient, HttpClientRouter and HttpMethodsClient.
11+
The implementations of those utilities have been renamed with an `Impl` suffix.
12+
- Added an interface for HttpClientPool and moved the abstract class to the HttpClientPool sub namespace.
1213

1314
### Removed
1415
- Deprecated option `debug_plugins` has been removed from `PluginClient`

0 commit comments

Comments
 (0)