Skip to content

Commit fa1630e

Browse files
authored
Updated changelog and alias for adapters (#144)
1 parent c587982 commit fa1630e

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.4.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.3.3
1225

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-master": "0.4-dev"
53+
"dev-master": "0.5-dev"
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)