ChangeLog update

This commit is contained in:
changelog
2005-01-07 01:35:45 +00:00
parent cfb05b1578
commit a948f0b68f

View File

@@ -1,3 +1,20 @@
2005-01-06 Messju Mohr <messju@lammfellpuschen.de>
* libs/Smarty_Compiler.class.php:
reduced the code that is generated on a {foreach}-block that has a
name.
instead of pre-computing all foreach-properties (like first, last,
show) on each iteration, they are computed on demand as soon as
{$smarty.foreach.*}-variables are used.
* NEWS
libs/Smarty_Compiler.class.php:
slight optimization in the compilation of $smarty.const.FOO .
more complex consts like $smarty.const.$name still compile to
constant($this->_tpl_vars['name'])
2005-01-05 Messju Mohr <messju@lammfellpuschen.de>
* NEWS