We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139a033 commit 34d98eeCopy full SHA for 34d98ee
CHANGELOG.md
@@ -3,12 +3,15 @@ Changelog
3
4
See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpCache/releases).
5
6
-unreleased
+2.14.0
7
----------
8
9
### Symfony Compatibility
10
11
* 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.
15
16
2.13.0
17
------
0 commit comments