From 924f3782420881d0e56519336e5b430004aeda09 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Sat, 11 Feb 2012 16:20:40 -0500 Subject: [PATCH] updated changelog --- CHANGELOG-2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 5799a29757..0197cb4402 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -40,6 +40,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * changed the default profiler storage to use the filesystem instead of SQLite * added support for placeholders in route defaults and requirements (replaced by the value set in the service container) * added Filesystem component as a dependency + * added support for hinclude (use ``standalone: 'js'`` in render tag) ### SecurityBundle