File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Changelog
19
19
1.2.0
20
20
-----
21
21
22
- * ** 2014-12-05 ** Refactored the Symfony built-in HttpCache support to be extensible.
23
- FOS\HttpCacheBundle\HttpCache is deprecated in favor of EventDispatchingHttpCache.
22
+ * Refactored the Symfony built-in HttpCache support to be extensible.
23
+ ` FOS\HttpCacheBundle\HttpCache ` is deprecated in favor of ` EventDispatchingHttpCache ` .
24
24
25
25
BC break: If you overwrite cleanupForwardRequest in your cache kernel, you need to
26
26
extend FOS\HttpCache\SymfonyCache\UserContextSubscriber and move that logic to the
@@ -29,9 +29,9 @@ Changelog
29
29
1.1.0
30
30
-----
31
31
32
- * ** 2014-10-14 ** Allow cache headers overwrite.
33
- * ** 2014-10-29 ** Added support for the user context lookup with Symfony built-in
34
- reverse proxy, aka ` HttpCache ` .
32
+ * Allow cache headers overwrite.
33
+ * Added support for the user context lookup with Symfony built-in reverse
34
+ proxy, aka ` HttpCache ` .
35
35
36
36
1.0.0
37
37
-----
You can’t perform that action at this time.
0 commit comments