Add a note about the ServiceLocator class in the changelog

This commit is contained in:
Robin Chalas 2017-04-13 11:48:06 +02:00
parent 46fc0b9363
commit 92994f3f94

View File

@ -10,6 +10,7 @@ CHANGELOG
* added "container.service_locator" tag for defining service-locator services
* added anonymous services support in YAML configuration files using the `!service` tag.
* added "TypedReference" and "ServiceClosureArgument" for creating service-locator services
* added `ServiceLocator` - a PSR-11 container holding a set of services to be lazily loaded
* added "instanceof" section for local interface-defined configs
* added prototype services for PSR4-based discovery and registration
* added `ContainerBuilder::getReflectionClass()` for retrieving and tracking reflection class info