From da0773ceb1f3601b3409b6ae6c32a38374631681 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 5 Dec 2011 10:39:21 -0800 Subject: [PATCH] Note DependencyInjection exception changes in the 2.1 changelog --- CHANGELOG-2.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 169b3e2de5..d0e7af26f9 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -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