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

Commit aaf24bb

Browse files
committed
Added CHANGELOG for #25
1 parent e1fee85 commit aaf24bb

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+
- [#25](https://github.com/zendframework/zend-filter/pull/25) exposes the
10+
package as a ZF component and/or generic configuration provider, by adding the
11+
following:
12+
- `FilterPluginManagerFactory`, which can be consumed by container-interop /
13+
zend-servicemanager to create and return a `FilterPluginManager` instance.
14+
- `ConfigProvider`, which maps the service `FilterManager` 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+
filter configuration.
1020

1121
### Deprecated
1222

0 commit comments

Comments
 (0)