Skip to content

Commit 87ae1ed

Browse files
committed
docs: add changelog and upgrade
1 parent 034b228 commit 87ae1ed

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ Changes
313313
- **Config:**
314314
- ``Config\Feature::$multipleFilters`` has been removed, because now
315315
:ref:`multiple-filters` are always enabled.
316+
- The default error level in the production environment
317+
(**app/Config/Boot/production.php**) has been changed to use the same error
318+
level in the development environment.
316319

317320
Deprecations
318321
************

user_guide_src/source/installation/upgrade_450.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ The ``'toolbar'`` in the ``$global['after']`` was removed.
255255
Others
256256
^^^^^^
257257

258+
- app/Config/Boot/production.php
259+
- The default error level to ``error_reporting()`` has been changed to ``-1``.
258260
- app/Config/Database.php
259261
- The default value of ``charset`` in ``$default`` has been change to ``utf8mb4``.
260262
- The default value of ``DBCollat`` in ``$default`` has been change to ``utf8mb4_general_ci``.

0 commit comments

Comments
 (0)