Note DependencyInjection exception changes in the 2.1 changelog

This commit is contained in:
Jeremy Mikola 2011-12-05 10:39:21 -08:00
parent 9a090bc37d
commit da0773ceb1

View File

@ -106,6 +106,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added support for loading globally-installed PEAR packages
### DependencyInjection
* component exceptions that inherit base SPL classes are now used exclusively (this includes dumped containers)
### DomCrawler
* added a way to get parsing errors for Crawler::addHtmlContent() and Crawler::addXmlContent() via libxml functions