@@ -6,6 +6,17 @@ 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
+ ## [ Unreleased]
10
+
11
+ - Migrated from ` zendframework/zend-diactoros ` to ` laminas/laminas-diactoros ` .
12
+ Users are encouraged to update their dependencies by simply replacing the Zend package with the Laminas package.
13
+ Due to the [ laminas-zendframework-brige] ( https://github.com/laminas/laminas-zendframework-bridge ) , BC changes
14
+ are not expected and legacy code does not need to be refactored (though it is
15
+ [ recommended and simple] ( https://docs.laminas.dev/migration/ ) ).
16
+ - The diactoros factories of ` php-http/message ` will return objects from the ` Laminas\Diactoros\ ` namespace, if
17
+ the respective classes are available via autoloading, but continue to return objects from ` Zend\Diactoros\ `
18
+ namespace otherwise.
19
+
9
20
## [ 1.9.1] - 2020-10-13
10
21
11
22
- Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.
@@ -198,7 +209,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
198
209
- Message factory (Guzzle, Diactoros)
199
210
200
211
201
- [ Unreleased ] : https://github.com/php-http/message/compare/1.7.2...HEAD
212
+ [ Unreleased ] : https://github.com/php-http/message/compare/1.9.1...HEAD
213
+ [ 1.9.1 ] : https://github.com/php-http/message/compare/1.9.0...1.9.1
214
+ [ 1.9.0 ] : https://github.com/php-http/message/compare/1.8.0...1.9.0
215
+ [ 1.8.0 ] : https://github.com/php-http/message/compare/1.7.2...1.8.0
202
216
[ 1.7.2 ] : https://github.com/php-http/message/compare/v1.7.1...1.7.2
203
217
[ 1.7.1 ] : https://github.com/php-http/message/compare/1.7.0...v1.7.1
204
218
[ 1.7.0 ] : https://github.com/php-http/message/compare/1.6.0...1.7.0
0 commit comments