From 1f5fc5311748df109345009d9e06a19df521fbec Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Sun, 12 Jan 2025 14:08:04 +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..9c39aafc38be 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. +- **Formatter:** ``Config\Format::getFormatter()`` has been removed. Use ``CodeIgniter\Format\Format::getFormatter()``. ************ Enhancements diff --git a/user_guide_src/source/installation/upgrade_460.rst b/user_guide_src/source/installation/upgrade_460.rst index 57554c63b7bc..3ed5d65d1897 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/Format.php \ No newline at end of file