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

Commit a80a742

Browse files
committed
Merging develop to master in preparation for 3.2.0 release.
2 parents fcb7761 + 266b8ce commit a80a742

File tree

6 files changed

+533
-180
lines changed

6 files changed

+533
-180
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

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

5-
## 3.1.1 - TBD
5+
## 3.2.0 - 2018-08-01
66

77
### Added
88

9-
- Nothing.
9+
- [#50](https://github.com/zendframework/zend-router/pull/50) adds `Zend\Router\Http\Placeholder`, which can be used within reusable
10+
modules to indicate a route with child routes where the root route may be
11+
overridden. By default, the `Placeholder` route always matches, passing on
12+
further matching to the defined child routes.
1013

1114
### Changed
1215

13-
- Nothing.
16+
- [#38](https://github.com/zendframework/zend-router/pull/38) bumps the minimum supported zend-http version to 2.8.1.
1417

1518
### Deprecated
1619

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^5.6 || ^7.0",
2222
"container-interop/container-interop": "^1.2",
23-
"zendframework/zend-http": "^2.6",
23+
"zendframework/zend-http": "^2.8.1",
2424
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
2525
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
2626
},
@@ -50,8 +50,8 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-master": "3.1.x-dev",
54-
"dev-develop": "3.2.x-dev"
53+
"dev-master": "3.2.x-dev",
54+
"dev-develop": "3.3.x-dev"
5555
},
5656
"zf": {
5757
"component": "Zend\\Router",

0 commit comments

Comments
 (0)