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

Commit

Permalink
Added CHANGELOG for #25
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 6, 2016
1 parent e1fee85 commit aaf24bb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#25](https://github.com/zendframework/zend-filter/pull/25) exposes the
package as a ZF component and/or generic configuration provider, by adding the
following:
- `FilterPluginManagerFactory`, which can be consumed by container-interop /
zend-servicemanager to create and return a `FilterPluginManager` instance.
- `ConfigProvider`, which maps the service `FilterManager` to the above
factory.
- `Module`, which does the same as `ConfigProvider`, but specifically for
zend-mvc applications. It also provices a specification to
`Zend\ModuleManager\Listener\ServiceListener` to allow modules to provide
filter configuration.

### Deprecated

Expand Down

0 comments on commit aaf24bb

Please sign in to comment.