Skip to content

Commit 916d74b

Browse files
committed
docs: add user guide
1 parent 671adeb commit 916d74b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ BREAKING
1616
- 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:
1717
- ``public/index.php``
1818
- ``spark``
19+
- The ``system/bootstrap.php`` no longer returns a ``CodeIgniter`` instance, and does not load ``.env`` file.
1920
- The method signature of ``CodeIgniter\CLI\CommandRunner::_remap()`` has been changed to fix a bug.
2021
- The ``CodeIgniter\Autoloader\Autoloader::initialize()`` has changed the behavior to fix a bug. It used to use Composer classmap only when ``$modules->discoverInComposer`` is true. Now it always uses the Composer classmap if Composer is available.
2122
- The color code output by :ref:`CLI::color() <cli-library-color>` has been changed to fix a bug.

user_guide_src/source/installation/upgrade_420.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following files received significant changes and
2424
Breaking Changes
2525
****************
2626

27-
27+
- The ``system/bootstrap.php`` file no longer returns a ``CodeIgniter`` instance, and does not load ``.env`` file. The ``index.php`` and ``spark`` now do them. If you have code that expects these behaviors, it will no longer work and must be modified.
2828

2929
Breaking Enhancements
3030
*********************

0 commit comments

Comments
 (0)