Skip to content

Commit aba4302

Browse files
committed
docs: add user guide
1 parent bec2e78 commit aba4302

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
@@ -464,6 +466,8 @@ Deprecations
464466
been moved to the ``Autoloader``.
465467
- The ``configureKint()`` method has been deprecated. No longer used. It has
466468
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.
467471
- **Response:** The constructor parameter ``$config`` has been deprecated. No
468472
longer used.
469473
- **Filters:**

0 commit comments

Comments
 (0)