File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- * ** 2015-02-11** It is no longer possible to change the event dispatcher of the
5- CacheInvalidator once its instantiated. If you need a custom dispatcher, set it
6- right after creating the invalidator instance. Deprecated CacheInvalidator::addSubscriber
7- in favor of either using the event dispatcher instance you inject or do
8- getEventDispatcher()->addSubscriber($subscriber)
4+ 1.3.0
5+ -----
6+
7+ * Added [ TagHandler] ( http://foshttpcache.readthedocs.org/en/latest/invalidation-handlers.html#tag-handler ) .
8+ * It is no longer possible to change the event dispatcher of the
9+ CacheInvalidator once its instantiated. If you need a custom dispatcher, set
10+ it right after creating the invalidator instance.
11+ * Deprecated ` CacheInvalidator::addSubscriber ` in favor of either using the event
12+ dispatcher instance you inject or doing ` getEventDispatcher()->addSubscriber($subscriber) ` .
913
10141.2.0
1115-----
Original file line number Diff line number Diff line change 4444 },
4545 "extra" : {
4646 "branch-alias" : {
47- "dev-master" : " 1.2 .x-dev"
47+ "dev-master" : " 1.3 .x-dev"
4848 }
4949 }
5050}
You can’t perform that action at this time.
0 commit comments