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

Commit c2bdbf8

Browse files
committed
Added CHANGELOG for #64
1 parent 5a43e79 commit c2bdbf8

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
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file, in reverse
88

99
- [#58](https://github.com/zendframework/zend-validator/pull/58) adds a new
1010
`Uuid` validator, capable of validating if Versions 1-5 UUIDs are well-formed.
11+
- [#64](https://github.com/zendframework/zend-validator/pull/64) ports
12+
`Zend\ModuleManager\Feature\ValidatorProviderInterface` to
13+
`Zend\Validator\ValidatorProviderInterface`, and updates the `Module::init()`
14+
to typehint against the new interface instead of the one from
15+
zend-modulemanager. Applications targeting zend-mvc v3 can start updating
16+
their code to implement the new interface, or simply duck-type against it.
1117

1218
### Deprecated
1319

0 commit comments

Comments
 (0)