Skip to content

Commit b7b2319

Browse files
committed
docs: Update changelog
1 parent 4ec2ba8 commit b7b2319

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

user_guide_src/source/changelogs/v4.6.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Removed Deprecated Items
200200
``clean_path()`` function instead.
201201
- **Router:** The deprecated ``CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``CodeIgniter\HTTP\Exceptions\RedirectException`` instead.
202202
- **Constants:** The deprecated constants ``EVENT_PRIORITY_*`` in has been removed. Use the class constants ``CodeIgniter\Events\Events::PRIORITY_LOW``, ``CodeIgniter\Events\Events::PRIORITY_NORMAL`` and ``CodeIgniter\Events\Events::PRIORITY_HIGH`` instead.
203+
- **Config:** The deprecated property ``Config\Cache::$storePath`` has been removed. Use ``Config\Cache::$file['storePath']`` instead.
203204

204205
************
205206
Enhancements

user_guide_src/source/installation/upgrade_460.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,5 @@ 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

224224
- app/Config/Feature.php
225-
- app/Config/Constants.php
225+
- app/Config/Constants.php
226+
- app/Config/Cache.php

0 commit comments

Comments
 (0)