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 1
1
Changelog
2
2
=========
3
3
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) ` .
9
13
10
14
1.2.0
11
15
-----
Original file line number Diff line number Diff line change 44
44
},
45
45
"extra" : {
46
46
"branch-alias" : {
47
- "dev-master" : " 1.2 .x-dev"
47
+ "dev-master" : " 1.3 .x-dev"
48
48
}
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments