We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b38270 commit 47a1433Copy full SHA for 47a1433
CHANGELOG.md
@@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
7
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8
9
-## [1.16.0] - 2023-XX-XX
+## [1.16.0] - 2023-05-17
10
11
-- Remove direct dependency on php-http/message-factory
+- 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.
14
15
## [1.15.0] - 2023-05-10
16
0 commit comments