Skip to content

Commit ee4e2e4

Browse files
committed
add changelog
1 parent eeadef2 commit ee4e2e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_guide_src/source/changelogs/v4.5.6.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Bugs Fixed
4141
- **Validation:** Fixed a bug where complex language strings were not properly handled.
4242
- **CURLRequest:** Added support for handling proxy responses using HTTP versions other than 1.1.
4343
- **Database:** Fixed a bug that caused ``Postgre\Connection::reconnect()`` method to throw an error when the connection had not yet been established.
44-
- **Model** Fixed a bug that caused the ``Model::getIdValue()`` method to not correctly recognize the primary key in the ``Entity`` object if a data mapping for the primary key was used.
44+
- **Model:** Fixed a bug that caused the ``Model::getIdValue()`` method to not correctly recognize the primary key in the ``Entity`` object if a data mapping for the primary key was used.
45+
- **Database:** Fixed a bug in prepared statement to correctly handle binary data.
4546

4647
See the repo's
4748
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

0 commit comments

Comments
 (0)