Skip to content

Commit 5eb8de2

Browse files
dbuNyholm
authored andcommitted
improve changelog (#233)
1 parent 4d48906 commit 5eb8de2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
66

77
### Added
88

9-
- Service for`Http\Client\Common\PluginClientFactory`.
9+
- Symfony 4 support.
10+
- Support autowiring of `Http\Client\Common\PluginClientFactory`.
1011
- Any third party library using `Http\Client\Common\PluginClientFactory` to create `Http\Client\Common\PluginClient`
1112
instances now gets zero config profiling.
12-
- Add missing service reference for `cache_key_generator`
13-
- Symfony 4 support.
1413
- `Http\HttplugBundle\Collector\Collector::reset()`
1514

1615
### Changed
1716

1817
- `ProfilePlugin` and `StackPlugin` are no longer registered as (private) services decorators. Those decorators are now
1918
created through the `Http\HttplugBundle\Collector\PluginClientFactory`.
20-
- `PluginClient` is not used for discovered clients.
2119

2220
### Deprecated
2321

2422
- The `Http\HttplugBundle\ClientFactory\PluginClientFactory` class.
2523

2624
### Fixed
2725

28-
- Added missing service reference for `CachePlugin`'s `cache_key_generator` configuration option.
26+
- Removed wrapping auto discovered clients in a `PluginClient`, prevent double profiling.
27+
- Added missing service reference for `CachePlugin`'s `cache_key_generator` configuration option so that the option now actually works.
2928

3029
## 1.7.1 - 2017-08-04
3130

0 commit comments

Comments
 (0)