Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 1dc33f2

Browse files
committed
Merge branch 'releases/2.6.0'
2.6.0 readiness
2 parents d435448 + a5c094f commit 1dc33f2

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.6.0 - TBD
5+
## 2.6.0 - 2015-07-23
66

77
### Added
88

@@ -20,24 +20,6 @@ All notable changes to this project will be documented in this file, in reverse
2020

2121
### Fixed
2222

23-
- Nothing.
24-
25-
## 2.5.2 - TBD
26-
27-
### Added
28-
29-
- Nothing.
30-
31-
### Deprecated
32-
33-
- Nothing.
34-
35-
### Removed
36-
37-
- Nothing.
38-
39-
### Fixed
40-
4123
- [#3](https://github.com/zendframework/zend-servicemanager/pull/3) properly updates the
4224
codebase to PHP 5.5, by taking advantage of the default closure binding
4325
(`$this` in a closure is the invoking object when created within a method). It

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"prefer-stable": true,
3131
"extra": {
3232
"branch-alias": {
33-
"dev-master": "2.5-dev",
34-
"dev-develop": "2.6-dev"
33+
"dev-master": "2.6-dev",
34+
"dev-develop": "2.7-dev"
3535
}
3636
},
3737
"autoload-dev": {

0 commit comments

Comments
 (0)