Skip to content

Commit ae40b35

Browse files
committed
docs: add changelogs and upgrade_420
1 parent 6c97f9d commit ae40b35

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Release Date: Not Released
1212
BREAKING
1313
********
1414

15-
- The method signature of ``Validation::setRule()`` has been changed. The ``string`` typehint on the ``$rules`` parameter was removed. Extending classes should likewise remove the parameter so as not to break LSP.
15+
- The method signature of ``Validation::setRule()`` has been changed.
16+
- The method signature of ``CodeIgniter\Database\BaseBuilder::join()`` and ``CodeIgniter\Database\*\Builder::join()`` have been changed.
1617
- The method signature of ``CodeIgniter\CLI\CommandRunner::_remap()`` has been changed to fix a bug.
1718
- The ``CodeIgniter\CodeIgniter`` class has a new property ``$context`` and it must have the correct context at runtime. So the following files have been changed:
1819
- ``public/index.php``

user_guide_src/source/installation/upgrade_420.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Breaking Changes
3737
Breaking Enhancements
3838
*********************
3939

40-
none.
40+
- The method signature of ``Validation::setRule()`` has been changed. The ``string`` typehint on the ``$rules`` parameter was removed. Extending classes should likewise remove the parameter so as not to break LSP.
41+
- The method signature of ``CodeIgniter\Database\BaseBuilder::join()`` and ``CodeIgniter\Database\*\Builder::join()`` have been changed. The ``string`` typehint on the ``$cond`` parameter was removed. Extending classes should likewise remove the parameter so as not to break LSP.
4142

4243
Project Files
4344
*************

0 commit comments

Comments
 (0)