Warning, /webapps/ocs-webserver/library/vendor/psr/http-message/CHANGELOG.md is written in an unsupported language. File is not indexed.

0001 # Changelog
0002 
0003 All notable changes to this project will be documented in this file, in reverse chronological order by release.
0004 
0005 ## 1.0.1 - 2016-08-06
0006 
0007 ### Added
0008 
0009 - Nothing.
0010 
0011 ### Deprecated
0012 
0013 - Nothing.
0014 
0015 ### Removed
0016 
0017 - Nothing.
0018 
0019 ### Fixed
0020 
0021 - Updated all `@return self` annotation references in interfaces to use
0022   `@return static`, which more closelly follows the semantics of the
0023   specification.
0024 - Updated the `MessageInterface::getHeaders()` return annotation to use the
0025   value `string[][]`, indicating the format is a nested array of strings.
0026 - Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
0027   to point to the correct section of RFC 7230.
0028 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
0029   to add the parameter name (`$uploadedFiles`).
0030 - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
0031   method to correctly reference the method parameter (it was referencing an
0032   incorrect parameter name previously).
0033 
0034 ## 1.0.0 - 2016-05-18
0035 
0036 Initial stable release; reflects accepted PSR-7 specification.