Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 5, 2023
1 parent 1ac4ff6 commit 1199b4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions user_guide_src/source/changelogs/v4.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Helpers and Functions
Others
======

- **Autoloader:** Autoloading performance when using Composer has been improved;
changing the ``autoload.psr4`` setting in **composer.json** may also improve
the performance of your app. See :ref:`autoloader-composer-support-improve-performance`.

Message Changes
***************

Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/concepts/autoloader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Improve Performance

.. versionadded:: 4.5.0

When you use Composer, you could improve the performance of autoloading with
When you use Composer, you may improve the performance of autoloading with
Composer's classmap dump.

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

0 comments on commit 1199b4c

Please sign in to comment.