commit 1.5.0 release

This commit is contained in:
mohrt
2001-12-06 22:34:43 +00:00
parent 7e7d00e1c6
commit 83e4d6bba7
11 changed files with 28 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
1.5.0
-----
Several feature enhancements were made to this version, most notably the
{foreach ...} command which is an alternative to {section ...} with an easier
syntax for looping through a single array of values. Several functions were
enhanced so that the output can be automatically assigned to a template
variable instead of displayed (assign attribute). Cache files can now be
controlled with a custom function as an alternative to the built-in file based
method. Many code cleanups and bug fixed went into this release as well.
1.4.6
-----