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

Commit 8385832

Browse files
committed
Added CHANGELOG for #54
1 parent 897db27 commit 8385832

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ for full details on how to migrate your v2 application.
7171
functionality related to exposing and configuring the zend-hydrator
7272
`HydratorManager`. That functionality is now exposed directly by the
7373
zend-hydrator component.
74+
- [#54](https://github.com/zendframework/zend-mvc/pull/54) removes the
75+
`$configuration` argument (first required argument) from the
76+
`Zend\Mvc\Application` constructor. If you were directly instantiating an
77+
`Application` instance previously (whether in your bootstrap, a factory, or
78+
tests), you will need to update how you instantiate the instance. (The
79+
argument was removed as the value was never used.)
7480

7581
### Fixed
7682

0 commit comments

Comments
 (0)