This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
180fa74
commit 14b87a2
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |