File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ 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.10.0] - 2020-11-11
10
+
11
+ - Added support for PHP 8.0.
12
+
9
13
## [ 1.9.1] - 2020-10-13
10
14
11
15
- Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.
@@ -198,7 +202,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
198
202
- Message factory (Guzzle, Diactoros)
199
203
200
204
201
- [ Unreleased ] : https://github.com/php-http/message/compare/1.7.2...HEAD
205
+ [ Unreleased ] : https://github.com/php-http/message/compare/1.10.0...HEAD
206
+ [ 1.10.0 ] : https://github.com/php-http/message/compare/1.9.1...1.10.0
207
+ [ 1.9.1 ] : https://github.com/php-http/message/compare/1.9.0...1.9.1
208
+ [ 1.9.0 ] : https://github.com/php-http/message/compare/1.8.0...1.9.0
209
+ [ 1.8.0 ] : https://github.com/php-http/message/compare/1.7.2...1.8.0
202
210
[ 1.7.2 ] : https://github.com/php-http/message/compare/v1.7.1...1.7.2
203
211
[ 1.7.1 ] : https://github.com/php-http/message/compare/1.7.0...v1.7.1
204
212
[ 1.7.0 ] : https://github.com/php-http/message/compare/1.6.0...1.7.0
Original file line number Diff line number Diff line change 42
42
},
43
43
"extra" : {
44
44
"branch-alias" : {
45
- "dev-master" : " 1.8 -dev"
45
+ "dev-master" : " 1.10 -dev"
46
46
}
47
47
},
48
48
"autoload" : {
You can’t perform that action at this time.
0 commit comments