minor #18245 [DependencyInjection] Update changelog (dunglas)

This PR was merged into the 2.8 branch.

Discussion
----------

[DependencyInjection] Update changelog

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

3de481d [DependencyInjection] Update changelog
This commit is contained in:
Nicolas Grekas 2016-03-21 10:00:15 +01:00
commit d70da2ccae
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
-----