docs: add changelog

This commit is contained in:
kenjis 2022-04-06 17:44:29 +09:00
parent 606518ac68
commit 3fe7b8a45a
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -37,6 +37,7 @@ Enhancements
- Exception information logged through ``log_message()`` has now improved. It now includes the file and line where the exception originated. It also does not truncate the message anymore.
- The log format has also changed. If users are depending on the log format in their apps, the new log format is "<1-based count> <cleaned filepath>(<line>): <class><function><args>"
- Added support for webp files to **app/Config/Mimes.php**.
- Added 4th parameter ``$includeDir`` to ``get_filenames()``. See :php:func:`get_filenames`.
Changes
*******