Skip to content

Commit f75916f

Browse files
committed
changelog update
1 parent 8a514ea commit f75916f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Added
66

7+
- Add HttpClientPool client to leverage load balancing and fallback mechanism [see the documentation](http://docs.php-http.org/en/latest/components/client-common.html) for more details.
78
- `PluginClientFactory` to create `PluginClient` instances.
89
- Added new option 'delay' for `RetryPlugin`.
910
- Added new option 'decider' for `RetryPlugin`.
@@ -56,10 +57,6 @@ $plugin = new RetryPlugin(['delay' => function(RequestInterface $request, Except
5657

5758
## 1.3.0 - 2016-10-16
5859

59-
### Added
60-
61-
- Add HttpClientPool client to leverage load balancing and fallback mechanism [see the documentation](http://docs.php-http.org/en/latest/components/client-common.html) for more details
62-
6360
### Changed
6461

6562
- Fix Emulated Trait to use Http based promise which respect the HttpAsyncClient interface

0 commit comments

Comments
 (0)