From 47d5f85c117a228f4b13ae170d900e1ee56554a3 Mon Sep 17 00:00:00 2001 From: fabien Date: Fri, 8 Jan 2010 16:15:16 +0000 Subject: [PATCH] added a not in the CHANGELOG about flushing the template cache git-svn-id: http://svn.twig-project.org/trunk@224 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6227d3c..4e42d4d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ * 0.9.5-DEV +As for any new release, don't forget to remove all cached templates after +upgrading. + If you have defined custom filters, you MUST upgrade them for this release. To upgrade, replace "array" with "new Twig_Filter_Function", and replace the environment constant by the "needs_environment" option: -- 1.7.2.5