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,