From 249f78d0977198b7dbf913fc7c1ee183b694fd46 Mon Sep 17 00:00:00 2001 From: changelog Date: Fri, 10 Sep 2004 00:35:35 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0b7a837..66bafd48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2004-09-09 Monte Ohrt + + * libs/Smarty_Compiler.class.php: + break down regex to digestable chunks, fix multiple param problem with + method calls, + add object method testing to unit_test cases + + * libs/Smarty_Compiler.class.php: + update code comment with more examples + + * libs/Smarty_Compiler.class.php: + allow objects in arbitrary param positions + + * libs/Smarty_Compiler.class.php: + fix object parameter regex, allow one level of object indirection + + * libs/Smarty_Compiler.class.php: + fix compile problem with numeric constants and math operator matching + 2004-09-07 Monte Ohrt * libs/Config_File.class.php