Skip to content

Commit 5de0a16

Browse files
committed
review comment fix
1 parent fda08ce commit 5de0a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Libraries
8181
- **Email:** Added support for choosing the SMTP authorization method. You can change it via ``Config\Email::$SMTPAuthMethod`` option.
8282
- **Image:** The ``ImageMagickHandler`` has been rewritten to rely solely on the PHP ``imagick`` extension.
8383
- **Image:** Added ``ImageMagickHandler::clearMetadata()`` method to remove image metadata for privacy protection.
84-
- **Time:** added methods ``Time::addCalendarMonths()`` and ``Time::subCalendarMonths()``
8584
- **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.
85+
- **Time:** added methods ``Time::addCalendarMonths()`` and ``Time::subCalendarMonths()``
8686

8787
Commands
8888
========

0 commit comments

Comments
 (0)