From cae8293cb4ac53002b3f452f17012b6950c52c2a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 29 Apr 2011 17:14:17 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 379db4b..0aff2b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,7 +8,7 @@ Changes: * added whitespace control modifier to all tags (see docs for more information) * added null as an alias for none * made TRUE, FALSE, NONE equivalent to their lowercase counterparts - * wrapped all runtime exceptions with Twig_Error_Runtime and added logic to guess the template name and line + * wrapped all compilation and runtime exceptions with Twig_Error_Runtime and added logic to guess the template name and line * moved display() method to Twig_Template (generated templates should now use doDisplay() instead) * 1.0.0 (2011-03-27) -- 1.7.2.5