You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applied fixes from StyleCI
Add plugins dependency back as fallback
Remove auto (default) config from plugins
Update changelog
Make sure to use a plugin version with correct interface
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@
6
6
7
7
- Client factories for Buzz.
8
8
9
+
### Changed
10
+
11
+
-**[BC] PluginClientFactory returns an instance of `Http\Client\Common\PluginClient`** (see [php-http/client-common#14](https://github.com/php-http/client-common/pull/14))
12
+
- Plugins are loaded from their new packages, fall back to `php-http/plugins` if necessary
0 commit comments