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

Commit dc0c5c2

Browse files
committed
Expands CHANGELOG entry for #50
1 parent 183cfee commit dc0c5c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- [#50](https://github.com/zendframework/zend-router/pull/50) Placeholder route type
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

0 commit comments

Comments
 (0)