You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,24 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
-
No changes yet
6
+
No unreleased changes yet
7
+
8
+
## [0.2.0]
9
+
### Added
10
+
- Interface for extracting raw cache value `ExtractableCacheValueInterface`
11
+
12
+
### Changed
13
+
-`CacheItem::get()` method now ALWAYS returns `null` when `isHit()` returns false.
14
+
-`CacheItemPool::save()` and `CacheItemPool::saveDeferred()` now supports additionally CacheItems that implement `ExtractableCacheValueInterface` with a fallback to previous implementation, that was relying on `CacheItem::get()`
15
+
16
+
## Fixed
17
+
- Fixed version in `module.xml` file, as it was not matching one in composer.json.
7
18
8
19
## 0.1.0
9
20
### Added
10
21
- PSR-6 Implementation
11
22
- DI auto-wiring for CacheItemPool
12
23
- DI auto-wiring for [EcomDev\CacheKey](https://github.com/EcomDev/CacheKey) library
0 commit comments