Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
2.7.0 readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 12, 2016
2 parents 62fd405 + 1530738 commit 33211da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
34 changes: 9 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.7.0 - TBD
## 2.7.0 - 2016-04-12

### Added

- [#59](https://github.com/zendframework/zend-cache/pull/59)
XCache >= 3.1.0 works in CLI mode
- [#23](https://github.com/zendframework/zend-cache/issues/23)
[#47](https://github.com/zendframework/zend-cache/issues/47)
Added an Apcu storage adapter as future replacement for Apc
Expand All @@ -31,6 +33,12 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#44](https://github.com/zendframework/zend-cache/issues/44)
Filesystem: fixed race condition in method clearByTags
- [#59](https://github.com/zendframework/zend-cache/pull/59)
XCache: fixed broken internalSetItem() with empty namespace
- [#58](https://github.com/zendframework/zend-cache/issues/58)
XCache: Fatal error storing objects
- [#94](https://github.com/zendframework/zend-cache/pull/94) updates the
`PatternPluginManager` to accept `$options` to `get()` and `build()`, cast
them to a `PatternOptions` instance, and inject them into the generated plugin
Expand All @@ -42,30 +50,6 @@ All notable changes to this project will be documented in this file, in reverse
of pre-configured plugin managers (e.g., those seeded with custom plugins
and/or adapters).

## 2.6.2 - TBD

### Added

- [#59](https://github.com/zendframework/zend-cache/pull/59)
XCache >= 3.1.0 works in CLI mode

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#44](https://github.com/zendframework/zend-cache/issues/44)
Filesystem: fixed race condition in method clearByTags
- [#59](https://github.com/zendframework/zend-cache/pull/59)
XCache: fixed broken internalSetItem() with empty namespace
- [#58](https://github.com/zendframework/zend-cache/issues/58)
XCache: Fatal error storing objects

## 2.6.1 - 2016-02-12

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
},
"zf": {
"component": "Zend\\Cache",
Expand Down

0 comments on commit 33211da

Please sign in to comment.