You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.0 KiB

3 years ago
  1. # Changelog
  2. All notable changes to this project will be documented in this file, in reverse chronological order by release.
  3. ## 1.0.1 - 2016-08-06
  4. ### Added
  5. - Nothing.
  6. ### Deprecated
  7. - Nothing.
  8. ### Removed
  9. - Nothing.
  10. ### Fixed
  11. - Updated all `@return self` annotation references in interfaces to use
  12. `@return static`, which more closelly follows the semantics of the
  13. specification.
  14. - Updated the `MessageInterface::getHeaders()` return annotation to use the
  15. value `string[][]`, indicating the format is a nested array of strings.
  16. - Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
  17. to point to the correct section of RFC 7230.
  18. - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
  19. to add the parameter name (`$uploadedFiles`).
  20. - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
  21. method to correctly reference the method parameter (it was referencing an
  22. incorrect parameter name previously).
  23. ## 1.0.0 - 2016-05-18
  24. Initial stable release; reflects accepted PSR-7 specification.