This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 2.8 .0 - TBD
5
+ ## 3.0 .0 - TBD
6
6
7
7
### Added
8
8
@@ -14,7 +14,19 @@ All notable changes to this project will be documented in this file, in reverse
14
14
15
15
### Removed
16
16
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.
18
30
19
31
### Fixed
20
32
You can’t perform that action at this time.
0 commit comments