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

Commit 9a643db

Browse files
committed
Adds CHANGELOG for 3.0.0rc4
1 parent ff8392a commit 9a643db

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## 3.0.0rc4 - 2018-03-13
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Forward ports a change made in [#581](https://github.com/zendframework/zend-expressive/pull/581)
14+
to how the `ApplicationConfigInjectionDelegator::injectPipelineFromConfig()`
15+
method works. Previously, it would auto-inject routing and dispatch middleware
16+
if routes were configured, but no `middleware_pipeline` was present.
17+
Considering that this method will always be called manually, this
18+
functionality was removed; the method now becomes a no-op if no
19+
`middleware_pipeline` is present.
20+
21+
### Deprecated
22+
23+
- Nothing.
24+
25+
### Removed
26+
27+
- Nothing.
28+
29+
### Fixed
30+
31+
- Nothing.
32+
533
## 3.0.0rc3 - 2018-03-07
634

735
### Added

0 commit comments

Comments
 (0)