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

Commit 5eb38de

Browse files
committed
Added CHANGELOG for #115
1 parent 3182231 commit 5eb38de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ for full details on how to migrate your v2 application.
4848
and [zend-mvc-i18n](https://zendframework.github.io/zend-mvc-i18n/) packages;
4949
installing `zendframework/zend-mvc-i18n` will restore i18n functionality in
5050
your application.
51+
- [#115](https://github.com/zendframework/zend-mvc/pull/115) removes the
52+
requirement for zend-filter in the `InjectTemplateListener` by inlining the
53+
logic from `Zend\Filter\Word\CamelCaseToDash`.
5154

5255
### Fixed
5356

@@ -56,6 +59,17 @@ for full details on how to migrate your v2 application.
5659
requests optional. `json_decode()` is now used by default, falling back to
5760
`Zend\Json\Json::decode()` if it is available. If neither are available, an
5861
exception is now thrown.
62+
- [#115](https://github.com/zendframework/zend-mvc/pull/115) updates the
63+
dependency list, per https://github.com/zendframework/maintainers/wiki/zend-mvc-v3-refactor:-reduce-components#required-components,
64+
to do the following:
65+
- Makes the following components required:
66+
- zend-modulemanager
67+
- zend-view
68+
- Makes the following components optional:
69+
- zend-form
70+
- zend-hydrator
71+
- zend-json
72+
- zend-psr7bridge
5973

6074
## 2.7.5 - TBD
6175

0 commit comments

Comments
 (0)