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

Commit

Permalink
3.1.0 readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 1, 2017
2 parents 11fa249 + a5c40bb commit ba40f2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
25 changes: 5 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 3.1.0 - TBD
## 3.1.0 - 2017-05-01

### Added

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

### Deprecated

- Nothing.

### Removed

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

### Fixed

- Nothing.

## 3.0.5 - TBD

### Added

- [#231](https://github.com/zendframework/zend-mvc/pull/231) adds a
`composer.json` suggestion for zendframework/zend-paginator.

- [#232](https://github.com/zendframework/zend-mvc/pull/232) adds a
`composer.json` suggestion for zendframework/zend-log.

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

### Removed

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

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
"dev-master": "3.1-dev",
"dev-develop": "3.2-dev"
}
},
"autoload-dev": {
Expand Down

0 comments on commit ba40f2c

Please sign in to comment.