Skip to content

Commit 7058d3e

Browse files
committed
docs: add docs
1 parent 22be526 commit 7058d3e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

user_guide_src/source/changelogs/v4.3.6.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ Release Date: Unreleased
1212
BREAKING
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+
1528
Message Changes
1629
***************
1730

@@ -24,6 +37,9 @@ Deprecations
2437
Bugs Fixed
2538
**********
2639

40+
- **AutoRouting Improved:** Fixed a bug that feature testing may not find
41+
controller/method.
42+
2743
See the repo's
2844
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
2945
for a complete list of bugs fixed.

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)