Skip to content

Commit 3a2c71d

Browse files
authored
Merge pull request #231 from php-http/nyholm-changelog
Added some missing change log
2 parents 66ed979 + 8452716 commit 3a2c71d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
66

77
### Added
88

9+
- Service for`Http\Client\Common\PluginClientFactory`.
910
- Any third party library using `Http\Client\Common\PluginClientFactory` to create `Http\Client\Common\PluginClient`
1011
instances now gets zero config profiling.
11-
- `Http\Client\Common\PluginClientFactory` factory service.
12+
- Add missing service reference for `cache_key_generator`
13+
- Symfony 4 support.
14+
- `Http\HttplugBundle\Collector\Collector::reset()`
1215

1316
### Changed
1417

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

1822
### Deprecated
1923

0 commit comments

Comments
 (0)