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
@@ -469,6 +471,8 @@ Deprecations
469
471
been moved to the ``Autoloader ``.
470
472
- The ``configureKint() `` method has been deprecated. No longer used. It has
471
473
been moved to the ``Autoloader ``.
474
+ - **system/bootstrap.php: ** This file has been deprecated. No longer used.
475
+ The code has been moved to the new ``CodeIgniter\Boot `` class.
472
476
- **Response: ** The constructor parameter ``$config `` has been deprecated. No
473
477
longer used.
474
478
- **Filters: **
You can’t perform that action at this time.
0 commit comments