Skip to content

Commit d5e382f

Browse files
committed
Prepare 1.3.0
1 parent 59a0bcf commit d5e382f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Changelog
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

1014
1.2.0
1115
-----

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "1.2.x-dev"
47+
"dev-master": "1.3.x-dev"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)