ChangeLog update

This commit is contained in:
changelog
2003-02-20 01:33:16 +00:00
parent 2b10dfd70d
commit 25fece8a82

View File

@@ -1,3 +1,28 @@
2003-02-19 Monte Ohrt <monte@ispi.net>
* Smarty.class.php:
back out third parameter, extend functionality of append
* NEWS
Smarty_Compiler.class.php:
update imbedded vars, allow special $smarty vars
* plugins/function.html_table.php:
add plugin html_table
* NEWS
Smarty.class.php:
support appending key=>val pairs
* NEWS
Smarty_Compiler.class.php:
change embedded variable logic to only recognize $foo and $foo[0][bar]
syntax
* NEWS
Smarty_Compiler.class.php:
allow null as function attribute value
2003-02-18 Monte Ohrt <monte@ispi.net>
* NEWS