Skip to content

Commit 82a4d5a

Browse files
committed
Update changelog
1 parent 8e0fc7d commit 82a4d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Interface Changes
180180
**NOTE:** If you've implemented your own classes that implement these interfaces from scratch, you will need to update your implementations to include the new methods to ensure compatibility.
181181

182182
- **Cache:** The ``CacheInterface`` now includes the ``deleteMatching()`` method.
183+
- **Cache:** The ``CacheInterface`` now includes the ``remember()`` method. All built-in cache handlers inherit this method via ``BaseHandler``, so no changes are required for them.
183184
- **Database:** The ``QueryInterface`` now includes the ``getOriginalQuery()`` method.
184185
- **Images:** The ``ImageHandlerInterface`` now includes a new method: ``clearMetadata()``.
185-
- **Cache:** The ``CacheInterface`` now includes the ``remember()`` method. All built-in cache handlers inherit this method via ``BaseHandler``, so no changes are required for them. If you have implemented your own caching driver directly from ``CacheInterface``, you will need to provide an implementation for ``remember()`` to maintain compatibility.
186186

187187
Method Signature Changes
188188
========================

0 commit comments

Comments
 (0)