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

Commit

Permalink
Added CHANGELOG for #8
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 2, 2015
1 parent 180fa74 commit 14b87a2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 3.0.0 - TBD

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#8](https://github.com/zendframework/zend-config/pull/8) updates the
code base to work with the v3.0 version of zend-servicemanager. Primarily, this
involved:
- Updating the `AbstractConfigFactory` follow the new
`AbstractFactoryInterface` definition.
- Updating `ReaderPluginManager` and `WriterPluginManager` to follow the
changes to `AbstractPluginManager`. In particular, they now take their
`$invokableClasses` configuration and merge it with the incoming
configuration before delegating to the parent constructor.
- Updating `Factory` to pass an empty `ServiceManager` to the plugin managers
when lazy-loading them.

0 comments on commit 14b87a2

Please sign in to comment.