diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3a7c802..fe8fa19c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/composer.json b/composer.json index fc1f6c732..36bd525fc 100644 --- a/composer.json +++ b/composer.json @@ -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",