From eeff5e5e0612b62617d829c7456706ef4738bcfb Mon Sep 17 00:00:00 2001 From: michalsn Date: Wed, 15 Jul 2020 23:17:15 +0200 Subject: [PATCH] [ci skip] changelog updates --- user_guide_src/source/changelogs/v4.0.4.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/user_guide_src/source/changelogs/v4.0.4.rst b/user_guide_src/source/changelogs/v4.0.4.rst index 42ce88aacbec..bea3a460fc13 100644 --- a/user_guide_src/source/changelogs/v4.0.4.rst +++ b/user_guide_src/source/changelogs/v4.0.4.rst @@ -19,15 +19,16 @@ Enhancements: - New command, ``make:seeder`` to generate a :doc:`Database Seed class ` skeleton file. - Colors now available on the CLI within Windows, as well as other Windows-related CLI improvements. - New helper :doc:`mb_url_title ` that functions like ``url_title`` but automatically escapes and extended URL characters. -- :doc:`Image library ` now supports ``webp` images. +- :doc:`Image library ` now supports ``webp`` images. - Added Unicode support for regular expressions in the Router. - Added support for removing hidden folders in the :doc:`delete_files ` helper - ``fetchGlobal`` in the Request class now supports applying filters to arrays of data, not just the first item. - ``file`` validation now works with arrays of files. -- URI class now supports a ``setSilent()`` method that will disable the throwing of Exceptions -- new argument to ``URI::getSegment()`` that allows us to change the default value returned if nothing exists. +- URI class now supports a ``setSilent()`` method that will disable the throwing of Exceptions. +- New argument to ``URI::getSegment()`` that allows us to change the default value returned if nothing exists. - Implemented a ``withResource()`` in Image so that you can use method chaining instead of using the provided getResource() (used in tests). To just compress your image. - Cookies and headers can be copied from the global Response object when doing a redirect using the new ``withCookies()`` and ``withHeaders()`` methods. +- Support for special prefix "hex2bin:" which can be used with ``$key`` parameter in :doc:`Encryption class` or in .env file. Bugs Fixed: