diff --git a/NEWS b/NEWS index fe5be220..75c4d312 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 2.6.5 (Sept 13, 2004) +----------------------------- + + - fixed some parsing problems with object calls introduced + in 2.6.4 (Monte) - add $smarty->security_settings['ALLOW_CONSTANTS']. note: this defaults to false which means you have to allow them explicitely in your secured templates from now on! (messju)