22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 3.0.0rc3 - 2018-03-07
6-
7- ### Added
8-
9- - Nothing.
10-
11- ### Changed
12-
13- - [ #41 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/41 )
14- updates the minimum supported version of zend-expressive-router to 3.0.0rc3
15- and later.
16-
17- ### Deprecated
18-
19- - Nothing.
20-
21- ### Removed
22-
23- - Nothing.
24-
25- ### Fixed
26-
27- - Nothing.
28-
29- ## 3.0.0rc2 - 2018-03-06
30-
31- ### Added
32-
33- - Nothing.
34-
35- ### Changed
36-
37- - [ #40 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/40 )
38- updates the minimum supported version of zend-expressive-router to 3.0.0rc2.
39-
40- ### Deprecated
41-
42- - Nothing.
43-
44- ### Removed
45-
46- - Nothing.
47-
48- ### Fixed
49-
50- - [ #40 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/40 )
51- fixes how the router creates a ` RouteResult ` when the path matches, but not
52- the HTTP method. In particular, it does not provide special handling for
53- ` HEAD ` requests, treating them like any other method mismatch.
54-
55- ## 3.0.0rc1 - 2018-03-05
56-
57- ### Added
58-
59- - Nothing.
60-
61- ### Changed
62-
63- - [ #37 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/37 )
64- updates the package to pin to zend-expressive-router 3.0.0rc1 or later.
65-
66- ### Deprecated
67-
68- - Nothing.
69-
70- ### Removed
71-
72- - Nothing.
73-
74- ### Fixed
75-
76- - [ #37 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/37 )
77- fixes an issue with how a failure result is marshaled when the path patches
78- but the request method does not. The package now correctly aggregates allowed
79- methods for the route result failure instance.
80-
81- ## 3.0.0alpha2 - 2018-02-07
82-
83- ### Added
84-
85- - Nothing.
86-
87- ### Changed
88-
89- - Nothing.
90-
91- ### Deprecated
92-
93- - Nothing.
94-
95- ### Removed
96-
97- - Nothing.
98-
99- ### Fixed
100-
101- - [ #36 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/36 )
102- fixes the composer config provider entry.
103-
104- ## 3.0.0alpha1 - 2018-02-06
5+ ## 3.0.0 - 2018-03-15
1056
1067### Added
1078
@@ -115,7 +16,9 @@ All notable changes to this project will be documented in this file, in reverse
11516
11617### Changed
11718
118- - Nothing.
19+ - [ #41 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/41 )
20+ updates the minimum supported version of zend-expressive-router to 3.0.0rc3
21+ and later.
11922
12023### Deprecated
12124
@@ -131,7 +34,15 @@ All notable changes to this project will be documented in this file, in reverse
13134
13235### Fixed
13336
134- - Nothing.
37+ - [ #37 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/37 )
38+ fixes an issue with how a failure result is marshaled when the path patches
39+ but the request method does not. The package now correctly aggregates allowed
40+ methods for the route result failure instance.
41+
42+ - [ #40 ] ( https://github.com/zendframework/zend-expressive-zendrouter/pull/40 )
43+ fixes how the router creates a ` RouteResult ` when the path matches, but not
44+ the HTTP method. In particular, it does not provide special handling for
45+ ` HEAD ` requests, treating them like any other method mismatch.
13546
13647## 2.2.0 - 2018-03-08
13748
0 commit comments