From e6d60239db625e9d86b36c05bf807301933bc093 Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Sun, 12 Jan 2025 13:25:38 +0300 Subject: [PATCH] docs: Update changelog --- user_guide_src/source/changelogs/v4.6.0.rst | 3 ++- user_guide_src/source/installation/upgrade_460.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/changelogs/v4.6.0.rst b/user_guide_src/source/changelogs/v4.6.0.rst index a9d78539e23c..21ac153d5c97 100644 --- a/user_guide_src/source/changelogs/v4.6.0.rst +++ b/user_guide_src/source/changelogs/v4.6.0.rst @@ -198,7 +198,8 @@ Removed Deprecated Items - **Logger:** The deprecated ``CodeIgniter\Log\Logger::cleanFilenames()`` and ``CodeIgniter\Test\TestLogger::cleanup()`` have been removed. Use the ``clean_path()`` function instead. - **Router:** The deprecated ``CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``CodeIgniter\HTTP\Exceptions\RedirectException`` instead. +- **Router:** The deprecated ``CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``CodeIgniter\HTTP\Exceptions\RedirectException`` instead. +- **Config:** ``Config\Cache::$storePath`` has been removed. Use ``Config\Cache::$file['storePath']``instead. ************ Enhancements diff --git a/user_guide_src/source/installation/upgrade_460.rst b/user_guide_src/source/installation/upgrade_460.rst index 57554c63b7bc..a6b3a003a94f 100644 --- a/user_guide_src/source/installation/upgrade_460.rst +++ b/user_guide_src/source/installation/upgrade_460.rst @@ -221,4 +221,5 @@ 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/Feature.php \ No newline at end of file +- app/Config/Feature.php +- app/Config/Cache.php \ No newline at end of file