From 1cf187abddb5e910a8e3ed4de3343f4bc795b7ef Mon Sep 17 00:00:00 2001 From: mohrt Date: Wed, 5 Mar 2003 23:57:17 +0000 Subject: [PATCH] update NEWS file --- NEWS | 3 +++ RELEASE_NOTES | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a2a8a885..569452b1 100644 --- a/NEWS +++ b/NEWS @@ -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) --------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b31cf3c1..736f0ccf 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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