From a93f90fbc9a3ef93bc816e8c8a6d8f27a2c95232 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 3 Dec 2001 20:20:46 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 69ceb8c1..ba34b568 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ - introduced $compile_id class variable that can be used to set persistent compile identifier across multiple display calls. (Andrei) - - fixed bug in _rm_auto with catenated null values. (Monte, Thomas Pundt) + - fixed bug with concatenated null cache and compile identifiers. (Andrei) - added $smarty.section.* syntax for accessing section properties. (Andrei) - added custom cache handling function ability. (Monte) - added assign attribute to insert, fetch, math, and counter functions,