Skip to content

Commit 23f2559

Browse files
committed
docs: Update changelog
1 parent c6bb6e9 commit 23f2559

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
@@ -201,6 +201,7 @@ Removed Deprecated Items
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.
203203
- **View:** The deprecated property ``CodeIgniter\View\View::$currentSection`` has been removed.
204+
- **Config:** The deprecated property ``Config\Cache::$storePath`` has been removed. Use ``Config\Cache::$file['storePath']`` instead.
204205

205206
************
206207
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)