File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ Release Date: Unreleased
1212BREAKING
1313********
1414
15+
16+ Interface Changes
17+ =================
18+
19+ .. note :: As long as you have not extended the relevant CodeIgniter core classes
20+ or implemented these interfaces, all these changes are backward compatible
21+ and require no intervention.
22+
23+ AutoRouterInterface
24+ -------------------
25+
26+ Now ``AutoRouterInterface::getRoute() `` has the new second parameter ``string $httpVerb ``.
27+
1528Message Changes
1629***************
1730
@@ -24,6 +37,9 @@ Deprecations
2437Bugs Fixed
2538**********
2639
40+ - **AutoRouting Improved: ** Fixed a bug that feature testing may not find
41+ controller/method.
42+
2743See the repo's
2844`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
2945for a complete list of bugs fixed.
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Mandatory File Changes
1818Breaking Changes
1919****************
2020
21+ - ``AutoRouterInterface::getRoute() `` has the new second parameter ``string $httpVerb ``.
22+ If you implement it, add the parameter.
23+
2124Breaking Enhancements
2225*********************
2326
You can’t perform that action at this time.
0 commit comments