File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
55## UNRELEASED
6+ ## 0.4.0
67
78### Added
89
910* Support for the new ` TaggableCacheItemPoolInterface ` .
11+ * Support for PSR-16 SimpleCache
12+
13+ ### Changed
14+
15+ * The behavior of ` CacheItem::getTags() ` has changed. It will not return the tags stored in the cache storage.
16+
17+ ### Removed
18+
19+ * ` CacheItem::getExpirationDate() ` . Use ` CacheItem::getExpirationTimestamp() `
20+ * ` CacheItem::getTags() ` . Use ` CacheItem::getPreviousTags() `
21+ * ` CacheItem::addTag() ` . Use ` CacheItem::setTags() `
1022
1123## 0.3.3
1224
Original file line number Diff line number Diff line change 4747 },
4848 "extra" : {
4949 "branch-alias" : {
50- "dev-master" : " 0.4 -dev"
50+ "dev-master" : " 0.5 -dev"
5151 }
5252 }
5353}
You can’t perform that action at this time.
0 commit comments