Chris@0: # Changelog Chris@0: Chris@0: All notable changes to this project will be documented in this file, in reverse chronological order by release. Chris@0: Chris@0: ## 1.0.1 - 2016-08-06 Chris@0: Chris@0: ### Added Chris@0: Chris@0: - Nothing. Chris@0: Chris@0: ### Deprecated Chris@0: Chris@0: - Nothing. Chris@0: Chris@0: ### Removed Chris@0: Chris@0: - Nothing. Chris@0: Chris@0: ### Fixed Chris@0: Chris@0: - Updated all `@return self` annotation references in interfaces to use Chris@0: `@return static`, which more closelly follows the semantics of the Chris@0: specification. Chris@0: - Updated the `MessageInterface::getHeaders()` return annotation to use the Chris@0: value `string[][]`, indicating the format is a nested array of strings. Chris@0: - Updated the `@link` annotation for `RequestInterface::withRequestTarget()` Chris@0: to point to the correct section of RFC 7230. Chris@0: - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation Chris@0: to add the parameter name (`$uploadedFiles`). Chris@0: - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()` Chris@0: method to correctly reference the method parameter (it was referencing an Chris@0: incorrect parameter name previously). Chris@0: Chris@0: ## 1.0.0 - 2016-05-18 Chris@0: Chris@0: Initial stable release; reflects accepted PSR-7 specification.