Skip to content

Commit c38de65

Browse files
committed
improve changelog
1 parent 86b2d1a commit c38de65

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
### Changed
66
- Abstract method `HttpClientPool::chooseHttpClient()` has now an explicit return type (`Http\Client\Common\HttpClientPoolItem`)
77
- Interface method `Plugin::handleRequest(...)` has now an explicit return type (`Http\Promise\Promise`)
8-
- Made all classes final as they are not intended to be extended.
9-
Added interfaces for BatchClient, HttpClientPool, HttpClientRouter and HttpMethodsClient.
10-
Those classes have been renamed with an `Impl` suffix.
8+
- Made classes final that are not intended to be extended.
9+
Added interfaces for BatchClient, HttpClientRouter and HttpMethodsClient.
10+
The implementations of those utilities have been renamed with an `Impl` suffix.
11+
- Added an interface for HttpClientPool and moved the abstract class to the HttpClientPool sub namespace.
1112

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

0 commit comments

Comments
 (0)