Skip to content

Commit 34d98ee

Browse files
committed
prepare release
1 parent 139a033 commit 34d98ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ Changelog
33

44
See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpCache/releases).
55

6-
unreleased
6+
2.14.0
77
----------
88

99
### Symfony Compatibility
1010

1111
* Removed the internal BaseEvent class and extend our events from the Symfony contracts class directly.
12+
* Made the CacheInvalidation interface compatible with Symfony 6.
13+
Symfony 6 does a BC break for `HttpKernelInterface::fetch` - if you implement the method in your application,
14+
you need to adjust when upgrading to Symfony 6.
1215

1316
2.13.0
1417
------

0 commit comments

Comments
 (0)