From 5e5e15f6a1a11bff19fb0e4f9267e32355fbbcf1 Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 13 Sep 2004 15:53:32 +0000 Subject: [PATCH] update NEWS file with parsing correction note --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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)