Skip to content

Commit 40e9309

Browse files
committed
review comment fix
1 parent 44974e3 commit 40e9309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Libraries
8282
- **Email:** Added support for choosing the SMTP authorization method. You can change it via ``Config\Email::$SMTPAuthMethod`` option.
8383
- **Image:** The ``ImageMagickHandler`` has been rewritten to rely solely on the PHP ``imagick`` extension.
8484
- **Image:** Added ``ImageMagickHandler::clearMetadata()`` method to remove image metadata for privacy protection.
85-
- **Time:** added methods ``Time::addCalendarMonths()`` and ``Time::subCalendarMonths()``
8685
- **Routing:** Added support for choosing to run only defined routes, only auto-routing, or both. You can change it via ``Config\Routing::$definedRoutes`` and ``Config\Routing::$autoRoute`` options.
86+
- **Time:** added methods ``Time::addCalendarMonths()`` and ``Time::subCalendarMonths()``
8787

8888
Commands
8989
========

0 commit comments

Comments
 (0)