From c38de6510a58ad06483c270b2cb8ef8b36755d4b Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 13 Dec 2018 15:37:39 +0100 Subject: [PATCH] improve changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458a2dc..a9bf63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`