Skip to content

Commit 2be1a1c

Browse files
committed
docs: chaneg item order in Others
Place related items close together.
1 parent 91007ed commit 2be1a1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ Routing
187187
Others
188188
======
189189

190+
- **Bootstrap:** The ``CodeIgniter\Boot`` class has been introduced, replacing
191+
**system/bootstrap.php**.
190192
- **Autoloader:**
191193
- Autoloading performance when using Composer has been improved.
192194
Adding the ``App`` namespace in the ``autoload.psr4`` setting in **composer.json**
@@ -195,17 +197,15 @@ Others
195197
- ``FileLocatorInterface`` has been added.
196198
- **CodeIgniter:** Added a pseudo-variable ``{memory_usage}`` to show your memory
197199
usage in your view files, which was supported by CodeIgniter 3.
198-
- **CSP:** Added ``ContentSecurityPolicy::clearDirective()`` method to clear
199-
existing CSP directives. See :ref:`csp-clear-directives`.
200200
- **Events:** Added event points ``pre_command`` and ``post_command`` for Spark
201201
commands. See :ref:`Event Points <event-points-for-cli-apps>`.
202202
- **HTTP:** Added ``Message::addHeader()`` method to add another header with
203203
the same name. See :php:meth:`CodeIgniter\\HTTP\\Message::addHeader()`.
204204
- **Web Page Caching:** ``ResponseCache`` has been improved to include the request
205205
HTTP method in the cache key. This means that the same URI will be cached separately
206206
if the HTTP method is different.
207-
- **Bootstrap:** The ``CodeIgniter\Boot`` class has been introduced, replacing
208-
**system/bootstrap.php**.
207+
- **CSP:** Added ``ContentSecurityPolicy::clearDirective()`` method to clear
208+
existing CSP directives. See :ref:`csp-clear-directives`.
209209

210210
********
211211
BREAKING

0 commit comments

Comments
 (0)