diff --git a/user_guide_src/source/changelogs/v4.5.8.rst b/user_guide_src/source/changelogs/v4.5.8.rst index 2ea9768394b7..ae29b59fb165 100644 --- a/user_guide_src/source/changelogs/v4.5.8.rst +++ b/user_guide_src/source/changelogs/v4.5.8.rst @@ -31,8 +31,6 @@ Bugs Fixed ********** - **Database:** Fixed a bug where ``Builder::affectedRows()`` threw an error when the previous query call failed in ``Postgre`` and ``SQLSRV`` drivers. -- **View:** Added support for multibyte strings for ``View::excerpt()``. -- **Helpers:** Added support for multibyte strings for ``excerpt()``. See the repo's `CHANGELOG.md `_ diff --git a/user_guide_src/source/changelogs/v4.6.0.rst b/user_guide_src/source/changelogs/v4.6.0.rst index db4e8abaa07b..74a44d9f817f 100644 --- a/user_guide_src/source/changelogs/v4.6.0.rst +++ b/user_guide_src/source/changelogs/v4.6.0.rst @@ -168,6 +168,7 @@ Method Signature Changes - **Time:** The first parameter type of the ``createFromTimestamp()`` has been changed from ``int`` to ``int|float``, and the return type ``static`` has been added. +- **Helpers:** ``character_limiter()`` parameter names have been updated. Removed Type Definitions ------------------------ @@ -350,6 +351,8 @@ Bugs Fixed - **Response:** - Headers set using the ``Response`` class are now prioritized and replace headers that can be set manually using the PHP ``header()`` function. +- **View:** Added support for multibyte strings for ``View::excerpt()``. +- **Helpers:** Added support for multibyte strings for ``excerpt()``. See the repo's `CHANGELOG.md `_