Skip to content

Commit 8f0bea3

Browse files
authored
Updated changelog and alias for adapters (#144)
1 parent 0d5f34c commit 8f0bea3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 0.5.0
8+
79
### Added
810

911
* Support for the new `TaggableCacheItemPoolInterface`.
12+
* Support for PSR-16 SimpleCache
13+
14+
### Changed
15+
16+
* The behavior of `CacheItem::getTags()` has changed. It will not return the tags stored in the cache storage.
17+
18+
### Removed
19+
20+
* `CacheItem::getExpirationDate()`. Use `CacheItem::getExpirationTimestamp()`
21+
* `CacheItem::getTags()`. Use `CacheItem::getPreviousTags()`
22+
* `CacheItem::addTag()`. Use `CacheItem::setTags()`
1023

1124
## 0.4.2
1225

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"extra": {
5353
"branch-alias": {
54-
"dev-master": "0.5-dev"
54+
"dev-master": "0.6-dev"
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)