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