Skip to content

Commit 4df813c

Browse files
committed
updated changelog
1 parent 2b19ebe commit 4df813c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Added interfaces for BatchClient, HttpClientRouter and HttpMethodsClient.
1111
(These interfaces use the `Interface` suffix to avoid name collisions.)
1212
- Added an interface for HttpClientPool and moved the abstract class to the HttpClientPool sub namespace.
13+
- AddPathPlugin: Do not add the prefix if the URL already has the same prefix.
1314

1415
### Removed
1516
- Deprecated option `debug_plugins` has been removed from `PluginClient`
@@ -20,8 +21,6 @@
2021

2122
- RetryPlugin: Renamed the configuration options for the exception retry callback from `decider` to `exception_decider`
2223
and `delay` to `exception_delay`. The old names still work but are deprecated.
23-
- AddPathPlugin: Do not add the prefix if the URL already has the same prefix.
24-
2524

2625
## 1.8.2 - 2018-12-14
2726

0 commit comments

Comments
 (0)