From ff9b7316d1c429885475863897d6196cafa778fd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 11 Apr 2012 11:51:04 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index e87a58f4a4..a6278bedf5 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -181,7 +181,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c ### ClassLoader * added a DebugClassLoader able to wrap any autoloader providing a findFile method - * added a new ApcClassLoader using composition to wrap other loaders + * added a new ApcClassLoader and XcacheClassLoader using composition to wrap other loaders * added a new ClassLoader which does not distinguish between namespaced and pear-like classes (as the PEAR convention is a subset of PSR-0) and supports using Composer's namespace maps * added a class map generator