From a7cee3b2a34f72c7d630fc73c23ceb1603c8b756 Mon Sep 17 00:00:00 2001 From: changelog Date: Wed, 17 Apr 2002 00:27:35 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index ce0385f4..370db081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-04-16 Andrei Zmievski + + * Smarty.class.php: Add register/unregister API for output filters. + + * NEWS + Smarty.class.php + Smarty_Compiler.class.php + TODO: + Changed the way filters are loaded, which now has to be done explicitly, + either through load_filter() API or by filling in $autoload_filters variable. + Also renamed internal variable to avoid namespace pollution. + 2002-04-15 Andrei Zmievski * Smarty.class.php: