Skip to content

Commit 98ee818

Browse files
authored
Updated changelog and alias for adapters (#144)
1 parent bc4eef5 commit 98ee818

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@
33
The 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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "0.4-dev"
50+
"dev-master": "0.5-dev"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)