8000 minor #28922 [Cache] Fix outdated CHANGELOG line (ogizanagi) · symfony/symfony@3abb993 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3abb993

Browse files
committed
minor #28922 [Cache] Fix outdated CHANGELOG line 8000 (ogizanagi)
This PR was merged into the 4.2-dev branch. Discussion ---------- [Cache] Fix outdated CHANGELOG line | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Unless it was kept on purpose, for `Symfony\Contracts\Cache\CacheInterface` discoverability? In which case I'd add the FQCN. Commits ------- 4e89a4b [Cache] Fix outdated CHANGELOG line
2 parents 91a2d75 + 4e89a4b commit 3abb993

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 `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