[DependencyInjection] Update changelog

This commit is contained in:
Kévin Dunglas 2016-03-21 08:27:21 +01:00
parent 0c01903559
commit 3de481dc1e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ CHANGELOG
* added `Definition::setShared()` and `Definition::isShared()`
* added ResettableContainerInterface to be able to reset the container to release memory on shutdown
* added a way to define the priority of service decoration
* added support for service autowiring
2.7.0
-----