File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 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.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
77and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 1.10.0] - 2020-11-11
10+
11+ - Added support for PHP 8.0.
12+
913## [ 1.9.1] - 2020-10-13
1014
1115- 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.
198202- Message factory (Guzzle, Diactoros)
199203
200204
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
202210[ 1.7.2 ] : https://github.com/php-http/message/compare/v1.7.1...1.7.2
203211[ 1.7.1 ] : https://github.com/php-http/message/compare/1.7.0...v1.7.1
204212[ 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 4242 },
4343 "extra" : {
4444 "branch-alias" : {
45- "dev-master" : " 1.8 -dev"
45+ "dev-master" : " 1.10 -dev"
4646 }
4747 },
4848 "autoload" : {
You can’t perform that action at this time.
0 commit comments