Skip to content

Commit 3c483a2

Browse files
committed
docs: add missing period
1 parent fe12671 commit 3c483a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/changelogs/v4.0.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Enhancements
1919
- Support for setting SameSite attribute on Session and CSRF cookies has been added. For security and compatibility with latest browser versions, the default setting is ``Lax``.
2020
- Guessing file extensions from mime type in ``Config\Mimes::guessExtensionFromType`` now only reverse searches the ``$mimes`` array if no extension is proposed (i.e., usually not for uploaded files).
2121
- The getter functions for file extensions of uploaded files now have different fallback values (``$this->getClientExtension()`` for ``UploadedFile->getExtension()`` and ``''`` for ``UploadedFile->guessExtension()``). This is a security fix and makes the process less dependent on the client.
22-
- The Cache ``FileHandler`` now allows setting the file permissions mode via ``Config\Cache``
22+
- The Cache ``FileHandler`` now allows setting the file permissions mode via ``Config\Cache``.
2323

2424
Changes
2525
-------

0 commit comments

Comments
 (0)