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

Commit 1315fea

Browse files
committed
Merge branch 'versions/2.6.0'
2.6.0 readiness
2 parents 73fccd8 + 3141581 commit 1315fea

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 - 2016-02-17
66

77
### Added
88

@@ -38,24 +38,6 @@ All notable changes to this project will be documented in this file, in reverse
3838
- [#56](https://github.com/zendframework/zend-validator/pull/56) fixes the regex
3939
in the `Ip` validator to escape `.` characters used as IP delimiters.
4040

41-
## 2.5.5 - TBD
42-
43-
### Added
44-
45-
- Nothing.
46-
47-
### Deprecated
48-
49-
- Nothing.
50-
51-
### Removed
52-
53-
- Nothing.
54-
55-
### Fixed
56-
57-
- Nothing.
58-
5941
## 2.5.4 - 2016-02-17
6042

6143
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"prefer-stable": true,
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "2.5-dev",
49-
"dev-develop": "2.6-dev"
48+
"dev-master": "2.6-dev",
49+
"dev-develop": "2.7-dev"
5050
}
5151
},
5252
"autoload-dev": {

0 commit comments

Comments
 (0)