File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
7
7
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## [ 1.16.0] - 2023-XX-XX
9
+ ## [ 1.16.0] - 2023-05-17
10
10
11
- - Remove direct dependency on php-http/message-factory
11
+ - Remove direct dependency on ` php-http/message-factory ` as it is only needed for the deprecated Httplug factories.
12
+ Upgrade to PSR-17 message factories provided by your HTTP client implementation.
13
+ If you need the Httplug factories for the time being, you can ` composer require php-http/message-factory ` in your application.
12
14
13
15
## [ 1.15.0] - 2023-05-10
14
16
You can’t perform that action at this time.
0 commit comments