Skip to content

Commit ab0ebb9

Browse files
committed
docs: add docs
1 parent c32182e commit ab0ebb9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

user_guide_src/source/changelogs/v4.3.6.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2227
ValidationInterface::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

5562
See the repo's
5663
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

user_guide_src/source/installation/upgrade_436.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Mandatory File Changes
1818
Breaking Changes
1919
****************
2020

21+
- ``AutoRouterInterface::getRoute()`` has the new second parameter ``string $httpVerb``.
22+
If you implement it, add the parameter.
23+
2124
Breaking Enhancements
2225
*********************
2326

0 commit comments

Comments
 (0)