annotate vendor/psr/http-message/CHANGELOG.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Changelog
Chris@0 2
Chris@0 3 All notable changes to this project will be documented in this file, in reverse chronological order by release.
Chris@0 4
Chris@0 5 ## 1.0.1 - 2016-08-06
Chris@0 6
Chris@0 7 ### Added
Chris@0 8
Chris@0 9 - Nothing.
Chris@0 10
Chris@0 11 ### Deprecated
Chris@0 12
Chris@0 13 - Nothing.
Chris@0 14
Chris@0 15 ### Removed
Chris@0 16
Chris@0 17 - Nothing.
Chris@0 18
Chris@0 19 ### Fixed
Chris@0 20
Chris@0 21 - Updated all `@return self` annotation references in interfaces to use
Chris@0 22 `@return static`, which more closelly follows the semantics of the
Chris@0 23 specification.
Chris@0 24 - Updated the `MessageInterface::getHeaders()` return annotation to use the
Chris@0 25 value `string[][]`, indicating the format is a nested array of strings.
Chris@0 26 - Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
Chris@0 27 to point to the correct section of RFC 7230.
Chris@0 28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
Chris@0 29 to add the parameter name (`$uploadedFiles`).
Chris@0 30 - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
Chris@0 31 method to correctly reference the method parameter (it was referencing an
Chris@0 32 incorrect parameter name previously).
Chris@0 33
Chris@0 34 ## 1.0.0 - 2016-05-18
Chris@0 35
Chris@0 36 Initial stable release; reflects accepted PSR-7 specification.