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

Commit 167f858

Browse files
committed
Added CHANGELOG for #139
1 parent 3c097f7 commit 167f858

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ for full details on how to migrate your v2 application.
116116
`Zend\Mvc\Service\ServiceManagerConfig` and
117117
`Zend\Mvc\Controller\ControllerManager`. You will need to inject your
118118
dependencies specifically going forward.
119+
- [#139](https://github.com/zendframework/zend-mvc/pull/139) removes support for
120+
pseudo-module template resolution using the `__NAMESPACE__` routing
121+
configuration option, as it often led to conflicts when multiple modules
122+
shared a common top-level namespace. Auto-resolution now always takes into
123+
account the full namespace (minus the `Controller` segment).
119124

120125
### Fixed
121126

0 commit comments

Comments
 (0)