Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4e89a4b

Browse filesBrowse files
committed
[Cache] Fix outdated CHANGELOG line
1 parent bcff647 commit 4e89a4b
Copy full SHA for 4e89a4b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Cache/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/CHANGELOG.md
+1-1Lines 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 `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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.