From dbe5eeb45ca481efe70a0c1f2fad603c3ca6acc7 Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Mon, 6 Jan 2025 12:35:11 +0300 Subject: [PATCH] docs: Move to 4.6 branch --- user_guide_src/source/changelogs/v4.5.8.rst | 2 -- user_guide_src/source/changelogs/v4.6.0.rst | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) 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 `_