Skip to content

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 20, 2018
1 parent 70ad1d5 commit f6224a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
- RetryPlugin will no longer retry requests when the response failed with a HTTP code < 500.
- Abstract method `HttpClientPool::chooseHttpClient()` has now an explicit return type (`Http\Client\Common\HttpClientPoolItem`)
- Interface method `Plugin::handleRequest(...)` has now an explicit return type (`Http\Promise\Promise`)
- Made all classes final as they are not intended to be extended.
Added interfaces for BatchClient, HttpClientPool, HttpClientRouter and HttpMethodsClient.
Those classes have been renamed with an `Impl` suffix.
- Made classes final that are not intended to be extended.
Added interfaces for BatchClient, HttpClientRouter and HttpMethodsClient.
The implementations of those utilities have been renamed with an `Impl` suffix.
- Added an interface for HttpClientPool and moved the abstract class to the HttpClientPool sub namespace.

### Removed
- Deprecated option `debug_plugins` has been removed from `PluginClient`
Expand Down

0 comments on commit f6224a9

Please sign in to comment.