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

Commit 31f6b08

Browse files
committed
Adds CHANGELOG entry for #47
1 parent bd1d5c2 commit 31f6b08

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

99
- Nothing.
1010

11+
### Changed
12+
13+
- Nothing.
14+
1115
### Deprecated
1216

1317
- Nothing.
@@ -18,7 +22,10 @@ All notable changes to this project will be documented in this file, in reverse
1822

1923
### Fixed
2024

21-
- Nothing.
25+
- [#47](https://github.com/zendframework/zend-router/pull/47) fixes how the `Wildcard` URL assembly works. Previously, it would
26+
attempt to `rawurlencode()` all values provided to the method as merged with any default values.
27+
It now properly skips any non-scalar values when assembling the URL path. This fixes an issue
28+
discovered when providing an array of middleware as a `middleware` default route parameter.
2229

2330
## 3.0.2 - 2016-05-31
2431

0 commit comments

Comments
 (0)