Skip to content

Commit 1199b4c

Browse files
committed
docs: add changelog
1 parent 1ac4ff6 commit 1199b4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ Helpers and Functions
116116
Others
117117
======
118118

119+
- **Autoloader:** Autoloading performance when using Composer has been improved;
120+
changing the ``autoload.psr4`` setting in **composer.json** may also improve
121+
the performance of your app. See :ref:`autoloader-composer-support-improve-performance`.
122+
119123
Message Changes
120124
***************
121125

user_guide_src/source/concepts/autoloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Improve Performance
117117

118118
.. versionadded:: 4.5.0
119119

120-
When you use Composer, you could improve the performance of autoloading with
120+
When you use Composer, you may improve the performance of autoloading with
121121
Composer's classmap dump.
122122

123123
Add your ``App`` namespace in your **composer.json**, and run ``composer dump-autoload``.

0 commit comments

Comments
 (0)