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

Commit 3326a04

Browse files
committed
Added CHANGELOG for #99
1 parent 08251a5 commit 3326a04

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 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.8.0 - TBD
5+
## 3.0.0 - TBD
66

77
### Added
88

@@ -14,7 +14,19 @@ All notable changes to this project will be documented in this file, in reverse
1414

1515
### Removed
1616

17-
- Nothing.
17+
- [#99](https://github.com/zendframework/zend-mvc/pull/99) removes all router
18+
functionality (everything in the `Zend\Mvc\Router` namespace. This
19+
functionality is now provided by the [zend-router](https://zendframework.github.io/zend-router/)
20+
component, which becomes a requirement of zend-mvc. The removal also includes
21+
all service factories related to routing, as they are provided by zend-router.
22+
- [#99](https://github.com/zendframework/zend-mvc/pull/99) removes all
23+
console-related functionality, including the `AbstractConsoleController`, the
24+
`CreateConsoleNotFoundModel` controller plugin, the `ConsoleResponseSender`,
25+
and all classes under the `Zend\Mvc\View\Console` namespace; these are now
26+
provided by the [zend-mvc-console](https://zendframework.github.io/zend-mvc-console/)
27+
component. (That component also includes console-specific routes, which were
28+
removed from zend-router.) All service factories related to console
29+
functionality are also now provided by zend-mvc-console.
1830

1931
### Fixed
2032

0 commit comments

Comments
 (0)