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

Commit 2cc3f33

Browse files
committed
Adds CHANGELOG entry for #612
1 parent 974cd65 commit 2cc3f33

File tree

1 file changed

+7
-24
lines changed

1 file changed

+7
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 3.1.0 - TBD
5+
## 3.0.2 - 2018-04-10
66

77
### Added
88

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

2323
### Fixed
2424

25-
- Nothing.
26-
27-
## 3.0.2 - TBD
28-
29-
### Added
30-
31-
- Nothing.
32-
33-
### Changed
34-
35-
- Nothing.
36-
37-
### Deprecated
38-
39-
- Nothing.
40-
41-
### Removed
42-
43-
- Nothing.
44-
45-
### Fixed
46-
47-
- Nothing.
25+
- [#612](https://github.com/zendframework/zend-expressive/pull/612) updates the
26+
`ApplicationConfigInjectionDelegator` delegator factory logic to cast the
27+
`$config` value to an array before passing it to its
28+
`injectPipelineFromConfig()` and `injectRoutesFromConfig()` methods, ensuring
29+
it will work correctly with containers that store the `config` service as an
30+
`ArrayObject` instead of an `array`.
4831

4932
## 3.0.1 - 2018-03-19
5033

0 commit comments

Comments
 (0)