From 6e7efbfafd8dfd1c23e90db1f99abf73de4a0516 Mon Sep 17 00:00:00 2001 From: andrey Date: Wed, 25 Apr 2001 15:35:13 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0fba2cb1..8333cac1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Version 1.4.0 ------------- + - allowed custom functions to receive Smarty object as the second + parameter; this can be used to dynamically change template variables, for + example. (Andrei) - added custom compiler functions support, register_compiler_function() and unregister_compiler_function() API functions. (Andrei, Ivo Jansch). - updated GLOBAL_ASSIGN to take SCRIPT_NAME from HTTP_SERVER_VARS