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

Commit e546170

Browse files
committed
Added CHANGELOG for #154
1 parent 5a59f1c commit e546170

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ All notable changes to this project will be documented in this file, in reverse
1111
configuration-based approach to providing class dependencies when all
1212
dependencies are services known to the `ServiceManager`. Please see
1313
[the documentation](doc/book/config-abstract-factory.md) for details.
14+
- [#154](https://github.com/zendframework/zend-servicemanager/pull/154) adds
15+
`Zend\ServiceManager\Tool\ConfigDumper`, which will introspect a given class
16+
to determine dependencies, and then create configuration for
17+
`Zend\ServiceManager\AbstractFactory\ConfigAbstractFactory`, merging it with
18+
the provided configuration file. It also adds a vendor binary,
19+
`generate-deps-for-config-factory`, for generating these from the command
20+
line.
21+
- [#154](https://github.com/zendframework/zend-servicemanager/pull/154) adds
22+
`Zend\ServiceManager\Tool\FactoryCreator`, which will introspect a given class
23+
and generate a factory for it. It also adds a vendor binary,
24+
`generate-factory-for-class`, for generating these from the command line.
1425

1526
### Deprecated
1627

0 commit comments

Comments
 (0)