Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge 5628216 into b792368
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Apr 6, 2018
2 parents b792368 + 5628216 commit 0da330a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Expand Up @@ -78,15 +78,15 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- [#19](https://github.com/zendframework/zend-psr19bridge/pull/19) adds support
- [#19](https://github.com/zendframework/zend-psr7bridge/pull/19) adds support
for PHP 7.1.

- [#19](https://github.com/zendframework/zend-psr19bridge/pull/19) adds support
- [#19](https://github.com/zendframework/zend-psr7bridge/pull/19) adds support
for PHP 7.2.

### Changed

- [#15](https://github.com/zendframework/zend-psr15bridge/pull/15) updates the
- [#15](https://github.com/zendframework/zend-psr7bridge/pull/15) updates the
behavior of `Psr7ServerRequest::fromZend()` to check if the request is a
`Zend\Http\PhpEnvironment\Request` and, if so, use the return value of its
`getServer()` method to seed the PSR-7 request's server parameters.
Expand All @@ -97,10 +97,10 @@ All notable changes to this project will be documented in this file, in reverse

### Removed

- [#19](https://github.com/zendframework/zend-psr19bridge/pull/19) removes
- [#19](https://github.com/zendframework/zend-psr7bridge/pull/19) removes
support for PHP 5.5.

- [#19](https://github.com/zendframework/zend-psr19bridge/pull/19) removes
- [#19](https://github.com/zendframework/zend-psr7bridge/pull/19) removes
support for HHVM.

### Fixed
Expand All @@ -111,7 +111,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- [#8](https://github.com/zendframework/zend-psr8bridge/pull/8) adds and
- [#8](https://github.com/zendframework/zend-psr7bridge/pull/8) adds and
publishes the documentation to https://zendframework.github.io/zend-psr7bridge/

### Deprecated
Expand Down

0 comments on commit 0da330a

Please sign in to comment.