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

Commit

Permalink
Merge branch 'hotfix/2648' into develop
Browse files Browse the repository at this point in the history
Close #2648
  • Loading branch information
weierophinney committed Oct 2, 2012
2 parents e422bad + c3a4d8a commit 2c95fa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.1.0:

- The initializer for ServiceManagerAwareInterface was removed to prevent
confusion between ServiceManagerAwareInterface and
ServiceLocatorAwareInterface, and to promote using the latter interface.

## 2.0.2:

- 2383: Changed unreserved char definition in Zend\Uri (ZF2-533) and added shell
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/ServiceManager/AbstractPluginManager.php
Expand Up @@ -69,9 +69,6 @@ public function __construct(ConfigInterface $configuration = null)
if ($instance instanceof ServiceLocatorAwareInterface) {
$instance->setServiceLocator($self);
}
if ($instance instanceof ServiceManagerAwareInterface) {
$instance->setServiceManager($self);
}
});
}

Expand Down

0 comments on commit 2c95fa6

Please sign in to comment.