Skip to content

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 13, 2018
1 parent 86b2d1a commit c38de65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Expand Up @@ -5,9 +5,10 @@
### Changed
- 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 c38de65

Please sign in to comment.