[DependencyInjection] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:08:35 +02:00
parent 52a272c514
commit 32c9caf330
2 changed files with 12 additions and 4 deletions

View File

@ -190,10 +190,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a class map generator
* added support for loading globally-installed PEAR packages
### DependencyInjection
* component exceptions that inherit base SPL classes are now used exclusively (this includes dumped containers)
### Form
* [BC BREAK] ``read_only`` field attribute now renders as ``readonly="readonly"``, use ``disabled`` instead

View File

@ -0,0 +1,12 @@
CHANGELOG
=========
2.1.0
-----
* added IntrospectableContainerInterface (to be able to check if a service
has been initialized or not)
* added ConfigurationExtensionInterface
* added Definition::clearTag()
* component exceptions that inherit base SPL classes are now used exclusively
(this includes dumped containers)