From 6951e710a28f162af34128ab3cc5b024e9ca005d Mon Sep 17 00:00:00 2001 From: changelog Date: Sat, 25 Jan 2003 01:31:37 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3f09be2a..86ae1770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-01-24 Monte Ohrt + + * Smarty_Compiler.class.php: + fix compiling problem with {foreach} tags + + * Smarty.class.php + Smarty_Compiler.class.php: + put objects in own array, add object param format support, change + object syntax from foo.bar to foo->bar + 2003-01-23 Monte Ohrt * NEWS