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

Commit

Permalink
Adds CHANGELOG entry for #612
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 10, 2018
1 parent 974cd65 commit 2cc3f33
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 3.1.0 - TBD
## 3.0.2 - 2018-04-10

### Added

Expand All @@ -22,29 +22,12 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.

## 3.0.2 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.
- [#612](https://github.com/zendframework/zend-expressive/pull/612) updates the
`ApplicationConfigInjectionDelegator` delegator factory logic to cast the
`$config` value to an array before passing it to its
`injectPipelineFromConfig()` and `injectRoutesFromConfig()` methods, ensuring
it will work correctly with containers that store the `config` service as an
`ArrayObject` instead of an `array`.

## 3.0.1 - 2018-03-19

Expand Down

0 comments on commit 2cc3f33

Please sign in to comment.