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

Commit d0b451e

Browse files
committed
Adds CHANGELOG entry for 3.0.0alpha7 and #556
1 parent a5a95c0 commit d0b451e

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.0alpha7 - 2018-02-14
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#556](https://github.com/zendframework/zend-expressive/pull/556) modifies the
14+
`ApplicationFactory` such that it now uses the
15+
`Zend\Expressive\ROUTE_MIDDLEWARE` constant in order to retrieve the
16+
`Zend\Expressive\Router\Middleware\PathBasedRoutingMiddleware` instance.
17+
This is done to help smooth upgrades from v2 to v3, as it prevents a manual
18+
step when updating the `config/pipeline.php`, and ensures that the instance
19+
composed in the application is the same instance piped to the application.
20+
21+
### Deprecated
22+
23+
- Nothing.
24+
25+
### Removed
26+
27+
- Nothing.
28+
29+
### Fixed
30+
31+
- Nothing.
32+
533
## 3.0.0alpha6 - 2018-02-14
634

735
### Added

0 commit comments

Comments
 (0)