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

Commit

Permalink
Added CHANGELOG for #7
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 20, 2016
1 parent f255ee7 commit 36ac84b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## 0.2.0 - 2016-12-20

### Added

- Nothing.

### Changes

- [#7](https://github.com/zendframework/zend-expressive-tooling/pull/7) updates
the `Zend\Expressive\Tooling\GenerateProgrammaticPipelineFromConfig\Generator`
class such that it now:

- Adds dependency configuration for `Zend\Expressive\Middleware\ImplicitHeadMiddleware`
- Adds dependency configuration for `Zend\Expressive\Middleware\ImplicitOptionsMiddleware`
- Registers each of the above middleware immediately following the
routing middleware in the pipeline.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.1.3 - 2016-12-08

### Added
Expand Down

0 comments on commit 36ac84b

Please sign in to comment.