22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 2.7.0 - TBD
5+ ## 2.7.0 - 2016-04-12
66
77### Added
88
9+ - [ #59 ] ( https://github.com/zendframework/zend-cache/pull/59 )
10+ XCache >= 3.1.0 works in CLI mode
911- [ #23 ] ( https://github.com/zendframework/zend-cache/issues/23 )
1012 [ #47 ] ( https://github.com/zendframework/zend-cache/issues/47 )
1113 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
3133
3234### Fixed
3335
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
3442- [ #94 ] ( https://github.com/zendframework/zend-cache/pull/94 ) updates the
3543 ` PatternPluginManager ` to accept ` $options ` to ` get() ` and ` build() ` , cast
3644 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
4250 of pre-configured plugin managers (e.g., those seeded with custom plugins
4351 and/or adapters).
4452
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-
6953## 2.6.1 - 2016-02-12
7054
7155### Added
0 commit comments