Skip to content

Commit 3136665

Browse files
committed
docs(database): document transaction callback interface break
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
1 parent 6db33ad commit 3136665

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

user_guide_src/source/changelogs/v4.8.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ update your implementations to include the new methods or method changes to ensu
4545

4646
- **Logging:** ``CodeIgniter\Log\Handlers\HandlerInterface::handle()`` now requires a third parameter ``array $context = []``. Any custom log handler that overrides ``handle()`` - whether implementing ``HandlerInterface`` directly or extending a built-in handler class - must add the parameter to its ``handle()`` method signature.
4747
- **Security:** The ``SecurityInterface``'s ``verify()`` method now has a native return type of ``static``.
48+
- **Database:** ``CodeIgniter\Database\ConnectionInterface`` now requires the ``afterCommit()`` and ``afterRollback()`` methods.
4849

4950
Method Signature Changes
5051
========================

0 commit comments

Comments
 (0)