Skip to content

Commit 8e0fc7d

Browse files
datamwebpaulbalandan
authored andcommitted
docs: fix UG style
1 parent e79198f commit 8e0fc7d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ Interface Changes
182182
- **Cache:** The ``CacheInterface`` now includes the ``deleteMatching()`` method.
183183
- **Database:** The ``QueryInterface`` now includes the ``getOriginalQuery()`` method.
184184
- **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.
186-
If you have implemented your own caching driver directly from ``CacheInterface``, you will need to provide an implementation for ``remember()`` to maintain compatibility.
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.
187186

188187
Method Signature Changes
189188
========================

0 commit comments

Comments
 (0)