Skip to content

Commit

Permalink
Updated changelog and alias for adapters (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Mar 13, 2017
1 parent bc4eef5 commit 98ee818
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## UNRELEASED
## 0.4.0

### Added

* Support for the new `TaggableCacheItemPoolInterface`.
* Support for PSR-16 SimpleCache

### Changed

* The behavior of `CacheItem::getTags()` has changed. It will not return the tags stored in the cache storage.

### Removed

* `CacheItem::getExpirationDate()`. Use `CacheItem::getExpirationTimestamp()`
* `CacheItem::getTags()`. Use `CacheItem::getPreviousTags()`
* `CacheItem::addTag()`. Use `CacheItem::setTags()`

## 0.3.3

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
"dev-master": "0.5-dev"
}
}
}

0 comments on commit 98ee818

Please sign in to comment.