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

Commit 163ff1d

Browse files
committed
Added CHANGELOG for #63
1 parent 2e58d8d commit 163ff1d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#63](https://github.com/zendframework/zend-validator/pull/63) exposes the
10+
package as a ZF component and/or generic configuration provider, by adding the
11+
following:
12+
- `ValidatorPluginManagerFactory`, which can be consumed by container-interop /
13+
zend-servicemanager to create and return a `ValidatorPluginManager` instance.
14+
- `ConfigProvider`, which maps the service `ValidatorManager` to the above
15+
factory.
16+
- `Module`, which does the same as `ConfigProvider`, but specifically for
17+
zend-mvc applications. It also provices a specification to
18+
`Zend\ModuleManager\Listener\ServiceListener` to allow modules to provide
19+
validator configuration.
1020

1121
### Deprecated
1222

0 commit comments

Comments
 (0)