public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/psr/http-message/CHANGELOG.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# Changelog
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
5
## 1.0.1 - 2016-08-06
7
### Added
9
- Nothing.
11
### Deprecated
13
- Nothing.
15
### Removed
17
- Nothing.
19
### Fixed
21
- Updated all `@return self` annotation references in interfaces to use
22
`@return static`, which more closelly follows the semantics of the
23
specification.
24
- Updated the `MessageInterface::getHeaders()` return annotation to use the
25
value `string[][]`, indicating the format is a nested array of strings.
26
- Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
27
to point to the correct section of RFC 7230.
28
- Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
29
to add the parameter name (`$uploadedFiles`).
30
- Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
31
method to correctly reference the method parameter (it was referencing an
32
incorrect parameter name previously).
34
## 1.0.0 - 2016-05-18
36
Initial stable release; reflects accepted PSR-7 specification.