Skip to content

Commit 2254983

Browse files
authored
Added Changelogs (#86)
* Added changelogs * Update for tagging * Minor
1 parent 388ee44 commit 2254983

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

Changelog.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
# Changelog
22

3-
## Changes from 0.3 to 0.4
3+
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4+
5+
## UNRELEASED
6+
7+
## 0.4.2
8+
9+
### Changed
10+
11+
* Updated version for integration tests
12+
* Made `TaggablePSR6PoolAdapter::getTags` protected instead of private
13+
14+
## 0.4.1
15+
16+
### Fixed
17+
18+
* Saving an expired value should be the same as removing that value
19+
20+
## 0.4.0
421

522
This is a big BC break. The API is rewritten and how we store tags has changed. Each tag is a key to a list in the
623
cache storage. The list contains keys to items that uses that tag.
724

825
* The `TaggableItemInterface` is completely rewritten. It extends `CacheItemInterface` and has three methods: `getTags`, `setTags` and `addTag`.
926
* The `TaggablePoolInterface` is also rewritten. It has a new `clearTags` function.
10-
* The `TaggablePoolTrait` has new methods to manipulate the list of tags.
27+
* The `TaggablePoolTrait` has new methods to manipulate the list of tags.
28+
29+
## 0.3.1
30+
31+
No changelog before this version

0 commit comments

Comments
 (0)