[DI] Added missing deprecation in changelog

This commit is contained in:
Roland Franssen 2017-05-20 22:16:10 +02:00
parent 3aaec6f3a6
commit b3d58c54a4

View File

@ -9,6 +9,7 @@ CHANGELOG
* deprecated the ability to set or unset a private service with the `Container::set()` method
* deprecated the ability to check for the existence of a private service with the `Container::has()` method
* deprecated the ability to request a private service with the `Container::get()` method
* deprecated support for generating a dumped `Container` without populating the method map
3.0.0
-----