Skip to content

Commit

Permalink
Merge pull request #5837 from kenjis/fix-docs-changelog-v4.2.0
Browse files Browse the repository at this point in the history
docs: add index.php/spark changes in changelog
  • Loading branch information
samsonasik authored Mar 28, 2022
2 parents 7107e78 + 2f8157d commit 94cc0fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions user_guide_src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sphinx>=2.4.4,<3
sphinxcontrib-phpdomain>=0.7.1
docutils>=0.16
sphinx-rtd-theme>=0.5.0
jinja2<3.1
3 changes: 3 additions & 0 deletions user_guide_src/source/changelogs/v4.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ BREAKING
********

- 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.
- 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:
- ``public/index.php``
- ``spark``

Enhancements
************
Expand Down

0 comments on commit 94cc0fe

Please sign in to comment.