Skip to content

Commit 94cc0fe

Browse files
authored
Merge pull request #5837 from kenjis/fix-docs-changelog-v4.2.0
docs: add index.php/spark changes in changelog
2 parents 7107e78 + 2f8157d commit 94cc0fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

user_guide_src/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ sphinx>=2.4.4,<3
22
sphinxcontrib-phpdomain>=0.7.1
33
docutils>=0.16
44
sphinx-rtd-theme>=0.5.0
5+
jinja2<3.1

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ BREAKING
1313
********
1414

1515
- 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.
16+
- 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:
17+
- ``public/index.php``
18+
- ``spark``
1619

1720
Enhancements
1821
************

0 commit comments

Comments
 (0)