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

Commit bdacaee

Browse files
committed
Created CHANGELOG for #31
Also updates dev-develop branch to 3.0-dev.
1 parent c342944 commit bdacaee

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

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

5-
## 2.7.0 - TBD
5+
## 3.0.0 - TBD
66

77
### Added
88

9-
- Nothing.
9+
- [#31](https://github.com/zendframework/zend-mvc/pull/31) adds three required
10+
arguments to the `Zend\Mvc\Application` constructor: an EventManager
11+
instance, a Request instance, and a Response instance.
1012

1113
### Deprecated
1214

@@ -18,6 +20,9 @@ All notable changes to this project will be documented in this file, in reverse
1820

1921
### Fixed
2022

23+
- [#31](https://github.com/zendframework/zend-mvc/pull/31) updates the component
24+
to use zend-eventmanager v3.
25+
2126
## 2.6.1 - TBD
2227

2328
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"extra": {
6969
"branch-alias": {
7070
"dev-master": "2.6-dev",
71-
"dev-develop": "2.7-dev"
71+
"dev-develop": "3.0-dev"
7272
}
7373
},
7474
"autoload-dev": {

0 commit comments

Comments
 (0)