From 063cb5faf3e166afd2dd3bf299a1e0110c4f103f Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Fri, 28 Oct 2022 17:27:17 +0800 Subject: [PATCH] Add config changes to upgrade guide --- user_guide_src/source/installation/upgrade_430.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user_guide_src/source/installation/upgrade_430.rst b/user_guide_src/source/installation/upgrade_430.rst index 920844d68019..00f1e1c80f3a 100644 --- a/user_guide_src/source/installation/upgrade_430.rst +++ b/user_guide_src/source/installation/upgrade_430.rst @@ -177,6 +177,8 @@ Content Changes The following files received significant changes (including deprecations or visual adjustments) and it is recommended that you merge the updated versions with your application: +* ``app/Config/Exceptions.php`` + * Two additional public properties were added: ``$logDeprecationsOnly`` and ``$deprecationLogLevel``. * ``app/Config/Routes.php`` * 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. @@ -186,5 +188,6 @@ All Changes This is a list of all files in the **project space** that received changes; many will be simple comments or formatting that have no effect on the runtime: +* app/Config/Exceptions.php * app/Config/Routes.php * spark