8000 [Cache] Fix outdated CHANGELOG line · symfony/symfony@4e89a4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e89a4b

Browse files
committed
[Cache] Fix outdated CHANGELOG line
1 parent bcff647 commit 4e89a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CHANGELOG
77
* added support for connecting to Redis clusters via DSN
88
* added support for configuring multiple Memcached servers via DSN
99
* added 5724 `MarshallerInterface` and `DefaultMarshaller` to allow changing the serializer and provide one that automatically uses igbinary when available
10-
* added `CacheInterface`, which provides stampede protection via probabilistic early expiration and should become the preferred way to use a cache
10+
* implemented `CacheInterface`, which provides stampede protection via probabilistic early expiration and should become the preferred way to use a cache
1111
* added sub-second expiry accuracy for backends that support it
1212
* added support for phpredis 4 `compression` and `tcp_keepalive` options
1313
* added automatic table creation when using Doctrine DBAL with PDO-based backends

0 commit comments

Comments
 (0)
0