Skip to content

Commit 010835a

Browse files
committed
docs: add changelog and upgrade
1 parent 58f2c91 commit 010835a

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
@@ -311,6 +311,9 @@ Changes
311311
- **Config:**
312312
- ``Config\Feature::$multipleFilters`` has been removed, because now
313313
:ref:`multiple-filters` are always enabled.
314+
- The default error level in the production environment
315+
(**app/Config/Boot/production.php**) has been changed to use the same error
316+
level in the development environment.
314317

315318
Deprecations
316319
************

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)