Skip to content

Commit 4e17d84

Browse files
committed
docs: add changelog
1 parent 236d8e4 commit 4e17d84

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@ Helpers and Functions
123123
Others
124124
======
125125

126-
- **Autoloader:** Autoloading performance when using Composer has been improved.
127-
Adding the ``App`` namespace in the ``autoload.psr4`` setting in **composer.json**
128-
may also improve the performance of your app. See :ref:`autoloader-application-namespace`.
126+
- **Autoloader:**
127+
- Autoloading performance when using Composer has been improved.
128+
Adding the ``App`` namespace in the ``autoload.psr4`` setting in **composer.json**
129+
may also improve the performance of your app. See :ref:`autoloader-application-namespace`.
130+
- FileLocator Caching implemented. See :ref:`file-locator-caching` for details.
129131
- **CodeIgniter:** Added a pseudo-variable ``{memory_usage}`` to show your memory
130132
usage in your view files, which was supported by CodeIgniter 3.
131133

user_guide_src/source/concepts/autoloader.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ autoloader will be the first one to get a chance to locate the file.
143143

144144
.. _file-locator-caching:
145145

146+
*******************
146147
FileLocator Caching
147148
*******************
148149

0 commit comments

Comments
 (0)