File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ Others
185
185
- **Web Page Caching: ** ``ResponseCache `` has been improved to include the request
186
186
HTTP method in the cache key. This means that the same URI will be cached separately
187
187
if the HTTP method is different.
188
+ - **Bootstrap: ** The ``CodeIgniter\Boot `` class has been introduced, replacing
189
+ **system/bootstrap.php **.
188
190
189
191
********
190
192
BREAKING
@@ -464,6 +466,8 @@ Deprecations
464
466
been moved to the ``Autoloader ``.
465
467
- The ``configureKint() `` method has been deprecated. No longer used. It has
466
468
been moved to the ``Autoloader ``.
469
+ - **system/bootstrap.php: ** This file has been deprecated. No longer used.
470
+ The code has been moved to the new ``CodeIgniter\Boot `` class.
467
471
- **Response: ** The constructor parameter ``$config `` has been deprecated. No
468
472
longer used.
469
473
- **Filters: **
You can’t perform that action at this time.
0 commit comments