From e352b8b630e5dd47c25417f6e698276edc93ac47 Mon Sep 17 00:00:00 2001 From: changelog Date: Tue, 11 Feb 2003 01:31:46 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7861b35..c3b86994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-02-10 Monte Ohrt + + * NEWS + Smarty_Compiler.class.php: + add support for $foo->$bar syntax + + * NEWS: + update NEWS file + + * NEWS + Smarty_Compiler.class.php: + support full var syntax in quoted text, fix problem with const var access, + clean up some more regex code, fix object problem with no properties + 2003-02-06 Monte Ohrt * (Smarty_2_4_1)