Skip to content

Commit e6d6023

Browse files
committed
docs: Update changelog
1 parent 528cf7e commit e6d6023

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

user_guide_src/source/changelogs/v4.6.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ Removed Deprecated Items
198198
- **Logger:** The deprecated ``CodeIgniter\Log\Logger::cleanFilenames()`` and
199199
``CodeIgniter\Test\TestLogger::cleanup()`` have been removed. Use the
200200
``clean_path()`` function instead.
201-
**Router:** The deprecated ``CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``CodeIgniter\HTTP\Exceptions\RedirectException`` instead.
201+
- **Router:** The deprecated ``CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``CodeIgniter\HTTP\Exceptions\RedirectException`` instead.
202+
- **Config:** ``Config\Cache::$storePath`` has been removed. Use ``Config\Cache::$file['storePath']``instead.
202203
203204
************
204205
Enhancements

user_guide_src/source/installation/upgrade_460.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,5 @@ All Changes
221221
This is a list of all files in the **project space** that received changes;
222222
many will be simple comments or formatting that have no effect on the runtime:
223223

224-
- app/Config/Feature.php
224+
- app/Config/Feature.php
225+
- app/Config/Cache.php

0 commit comments

Comments
 (0)