File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Interface Changes
1919 or implemented these interfaces, all these changes are backward compatible
2020 and require no intervention.
2121
22+ AutoRouterInterface
23+ -------------------
24+
25+ Now ``AutoRouterInterface::getRoute() `` has the new second parameter ``string $httpVerb ``.
26+
2227ValidationInterface::check()
2328----------------------------
2429
@@ -51,6 +56,8 @@ Bugs Fixed
5156- **Validation: ** Fixed a bug that ``check() `` cannot specify non-default
5257 database group.
5358- **Database: ** Fixed a bug where semicolon character (``; ``) in one of the Postgre connection parameters would break the DSN string.
59+ - **AutoRouting Improved: ** Fixed a bug that feature testing may not find
60+ controller/method.
5461
5562See the repo's
5663`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
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