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

Commit

Permalink
Created CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 6, 2015
1 parent 903517e commit 554a23e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 0.1.0 - 2015-08-06

Initial release!

### Added

- `Zend\Psr7Bridge\Psr7ServerRequest::toZend($request, $shallow = false)` allows
converting a `Psr\Http\Message\ServerRequestInterface` to a
`Zend\Http\PhpEnvironment\Request` instance. The `$shallow` flag, when
enabled, will omit the body content, body parameters, and upload files from
the zend-http request (e.g., for routing purposes).

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

0 comments on commit 554a23e

Please sign in to comment.