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

Commit ba40f2c

Browse files
committed
3.1.0 readiness
2 parents 11fa249 + a5c40bb commit ba40f2c

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

CHANGELOG.md

Lines changed: 5 additions & 20 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-
## 3.1.0 - TBD
5+
## 3.1.0 - 2017-05-01
66

77
### Added
88

@@ -19,26 +19,9 @@ All notable changes to this project will be documented in this file, in reverse
1919
(e.g., authentication or authorization listeners) will run even for
2020
middleware.
2121

22-
### Deprecated
23-
24-
- Nothing.
25-
26-
### Removed
27-
28-
- [#211](https://github.com/zendframework/zend-mvc/pull/211) Removed unused
29-
zend-servicemanager v2 and zend-eventmanager v2 compatibility code since
30-
zend-mvc requires v3 of those components.
31-
32-
### Fixed
33-
34-
- Nothing.
35-
36-
## 3.0.5 - TBD
37-
38-
### Added
39-
4022
- [#231](https://github.com/zendframework/zend-mvc/pull/231) adds a
4123
`composer.json` suggestion for zendframework/zend-paginator.
24+
4225
- [#232](https://github.com/zendframework/zend-mvc/pull/232) adds a
4326
`composer.json` suggestion for zendframework/zend-log.
4427

@@ -48,7 +31,9 @@ All notable changes to this project will be documented in this file, in reverse
4831

4932
### Removed
5033

51-
- Nothing.
34+
- [#211](https://github.com/zendframework/zend-mvc/pull/211) Removed unused
35+
zend-servicemanager v2 and zend-eventmanager v2 compatibility code since
36+
zend-mvc requires v3 of those components.
5237

5338
### Fixed
5439

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "3.0-dev",
53-
"dev-develop": "3.1-dev"
52+
"dev-master": "3.1-dev",
53+
"dev-develop": "3.2-dev"
5454
}
5555
},
5656
"autoload-dev": {

0 commit comments

Comments
 (0)