Skip to content

Commit 25aab3e

Browse files
committed
docs: add missing Config files to "Content Changes"
1 parent 8d1f2cd commit 25aab3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/installation/upgrade_450.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ Others
315315

316316
- app/Config/Boot/production.php
317317
- The default error level to ``error_reporting()`` has been changed to ``E_ALL & ~E_DEPRECATED``.
318+
- app/Config/Cors.php
319+
- Added to handle CORS configuration.
318320
- app/Config/Database.php
319321
- The default value of ``charset`` in ``$default`` has been change to ``utf8mb4``.
320322
- The default value of ``DBCollat`` in ``$default`` has been change to ``utf8mb4_general_ci``.
@@ -327,6 +329,8 @@ Others
327329
- app/Config/Kint.php
328330
- It no longer extends ``BaseConfig`` because enabling
329331
:ref:`factories-config-caching` could cause errors.
332+
- app/Config/Optimize.php
333+
- Added to handle optimization configuration.
330334
- app/Config/Security.php
331335
- The property ``$redirect`` has been changed to ``true`` in ``production``
332336
environment.

0 commit comments

Comments
 (0)