Skip to content

Commit

Permalink
docs: Move to 4.6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Jan 6, 2025
1 parent cf5701a commit dbe5eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user_guide_src/source/changelogs/v4.5.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
Expand Down
3 changes: 3 additions & 0 deletions user_guide_src/source/changelogs/v4.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------
Expand Down Expand Up @@ -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 <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
Expand Down

0 comments on commit dbe5eeb

Please sign in to comment.