2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 2.7.0 - TBD
5
+ ## 2.7.0 - 2016-04-12
6
6
7
7
### Added
8
8
9
+ - [ #59 ] ( https://github.com/zendframework/zend-cache/pull/59 )
10
+ XCache >= 3.1.0 works in CLI mode
9
11
- [ #23 ] ( https://github.com/zendframework/zend-cache/issues/23 )
10
12
[ #47 ] ( https://github.com/zendframework/zend-cache/issues/47 )
11
13
Added an Apcu storage adapter as future replacement for Apc
@@ -31,6 +33,12 @@ All notable changes to this project will be documented in this file, in reverse
31
33
32
34
### Fixed
33
35
36
+ - [ #44 ] ( https://github.com/zendframework/zend-cache/issues/44 )
37
+ Filesystem: fixed race condition in method clearByTags
38
+ - [ #59 ] ( https://github.com/zendframework/zend-cache/pull/59 )
39
+ XCache: fixed broken internalSetItem() with empty namespace
40
+ - [ #58 ] ( https://github.com/zendframework/zend-cache/issues/58 )
41
+ XCache: Fatal error storing objects
34
42
- [ #94 ] ( https://github.com/zendframework/zend-cache/pull/94 ) updates the
35
43
` PatternPluginManager ` to accept ` $options ` to ` get() ` and ` build() ` , cast
36
44
them to a ` PatternOptions ` instance, and inject them into the generated plugin
@@ -42,30 +50,6 @@ All notable changes to this project will be documented in this file, in reverse
42
50
of pre-configured plugin managers (e.g., those seeded with custom plugins
43
51
and/or adapters).
44
52
45
- ## 2.6.2 - TBD
46
-
47
- ### Added
48
-
49
- - [ #59 ] ( https://github.com/zendframework/zend-cache/pull/59 )
50
- XCache >= 3.1.0 works in CLI mode
51
-
52
- ### Deprecated
53
-
54
- - Nothing.
55
-
56
- ### Removed
57
-
58
- - Nothing.
59
-
60
- ### Fixed
61
-
62
- - [ #44 ] ( https://github.com/zendframework/zend-cache/issues/44 )
63
- Filesystem: fixed race condition in method clearByTags
64
- - [ #59 ] ( https://github.com/zendframework/zend-cache/pull/59 )
65
- XCache: fixed broken internalSetItem() with empty namespace
66
- - [ #58 ] ( https://github.com/zendframework/zend-cache/issues/58 )
67
- XCache: Fatal error storing objects
68
-
69
53
## 2.6.1 - 2016-02-12
70
54
71
55
### Added
0 commit comments