Skip to content

Commit 7e568a0

Browse files
authored
Prepare for stable releases (#147)
* Updated changelog * Updated changelog * Updated changelog
1 parent 2eb3fbe commit 7e568a0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
77
### Added
88

99
* Support for `TaggableCacheItemPoolInterface`
10+
* Added `EncryptedCachePool::invalidateTags()` and `EncryptedCachePool::invalidateTag()`
11+
* Added `EncryptedItemDecorator::getCacheItem()`
12+
13+
### Changed
14+
15+
* EncryptedCachePool constructor takes a `TaggableCacheItemPoolInterface` instead of a `CacheItemPoolInterface`
16+
* EncryptedItemDecorator constructor takes a `TaggableCacheItemInterface` instead of a `CacheItemInterface`
17+
18+
### Removed
19+
20+
* `EncryptedItemDecorator::getExpirationTimestamp()`.
21+
* `EncryptedItemDecorator::getTags()`. Use `EncryptedItemDecorator::getPreviousTags()`
22+
* `EncryptedItemDecorator::addTag()`. Use `EncryptedItemDecorator::setTags()`
1023

1124
## 0.1.0
1225

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "0.2-dev"
52+
"dev-master": "0.3-dev"
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)