Skip to content

Commit 41ea704

Browse files
authored
Merge pull request #6780 from paulbalandan/deprecation-log-docs
Add config changes to upgrade guide
2 parents f08269c + 063cb5f commit 41ea704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ Content Changes
177177
The following files received significant changes (including deprecations or visual adjustments)
178178
and it is recommended that you merge the updated versions with your application:
179179

180+
* ``app/Config/Exceptions.php``
181+
* Two additional public properties were added: ``$logDeprecationsOnly`` and ``$deprecationLogLevel``.
180182
* ``app/Config/Routes.php``
181183
* Due to the fact that the approach to running Spark Commands has changed, there is no longer a need to load the internal routes of the framework.
182184

@@ -186,5 +188,6 @@ All Changes
186188
This is a list of all files in the **project space** that received changes;
187189
many will be simple comments or formatting that have no effect on the runtime:
188190

191+
* app/Config/Exceptions.php
189192
* app/Config/Routes.php
190193
* spark

0 commit comments

Comments
 (0)