update NEWS file

This commit is contained in:
mohrt
2003-03-05 23:57:17 +00:00
parent ec135386b1
commit 1cf187abdd
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -1,3 +1,6 @@
- changed argument order of string_format modifier back,
was right in the first place (Monte)
Version 2.5.0-RC1 (March 5, 2003)
---------------------------------

View File

@@ -1,7 +1,7 @@
2.5.0-RC1
---------
Release Candidate 1. All $smarty vars can now by dynamic, such as
Release Candidate 1. All $smarty vars can now be dynamic, such as
$smarty.get.$foo. A new class function get_function_object() gets you a
reference to an assigned object, useful within your own custom functions.
append() can now merge as well as append with a third optional attribute. A new