File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
5
## UNRELEASED
6
+ ## 0.4.0
6
7
7
8
### Added
8
9
9
10
* 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() `
10
22
11
23
## 0.3.3
12
24
Original file line number Diff line number Diff line change 47
47
},
48
48
"extra" : {
49
49
"branch-alias" : {
50
- "dev-master" : " 0.4 -dev"
50
+ "dev-master" : " 0.5 -dev"
51
51
}
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments