Skip to content

Commit dc4233a

Browse files
committed
docs: add user guide
1 parent 3474bc2 commit dc4233a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ Others
185185
- **Web Page Caching:** ``ResponseCache`` has been improved to include the request
186186
HTTP method in the cache key. This means that the same URI will be cached separately
187187
if the HTTP method is different.
188+
- **Bootstrap:** The ``CodeIgniter\Boot`` class has been introduced, replacing
189+
**system/bootstrap.php**.
188190

189191
********
190192
BREAKING
@@ -469,6 +471,8 @@ Deprecations
469471
been moved to the ``Autoloader``.
470472
- The ``configureKint()`` method has been deprecated. No longer used. It has
471473
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.
472476
- **Response:** The constructor parameter ``$config`` has been deprecated. No
473477
longer used.
474478
- **Filters:**

0 commit comments

Comments
 (0)