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

Commit dc74517

Browse files
committed
Adds CHANGELOG for #188
1 parent 98d59d6 commit dc74517

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
@@ -36,6 +36,12 @@ All notable changes to this project will be documented in this file, in reverse
3636
previously occur when one or the other was not set, but means an exception
3737
will now be raised during instantiation (versus runtime during `isValid()`).
3838

39+
- [#188](https://github.com/zendframework/zend-validator/pull/188) updates the
40+
`ConfigProvider` to alias the service name `ValidatorManager` to the class
41+
`Zend\Validator\ValidatorPluginManager`, and now maps the the latter class to
42+
the `ValidatorPluginManagerFactory`. Previously, we mapped the service name
43+
directly to the factory. Usage should not change for anybody at this point.
44+
3945
### Deprecated
4046

4147
- Nothing.

0 commit comments

Comments
 (0)