Skip to content

Commit de167a1

Browse files
committed
docs: Update changelog
1 parent 759c294 commit de167a1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ Removed Deprecated Items
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.
204204
- **Config:** The deprecated property ``Config\Cache::$storePath`` has been removed. Use ``Config\Cache::$file['storePath']`` instead.
205+
- **Formatter:** The deprecated ``Config\Format::getFormatter()`` has been removed. Use ``CodeIgniter\Format\Format::getFormatter()`` instead.
205206

206207
************
207208
Enhancements

user_guide_src/source/installation/upgrade_460.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,5 @@ many will be simple comments or formatting that have no effect on the runtime:
223223

224224
- app/Config/Feature.php
225225
- app/Config/Constants.php
226-
- app/Config/Cache.php
226+
- app/Config/Cache.php
227+
- app/Config/Format.php

0 commit comments

Comments
 (0)