From 70b076bf0bce9f7c3b44f0413e9c6b0c27a50c56 Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 31 Jan 2002 20:26:00 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 52fa1246..bf6594d8 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ - - added modifiers wordwrap and indent (Monte) - - added support for If-Modified-Since headers for cached content (Monte) - - removed insert_tag_check, no longer needed (Monte) - - optimize cache fetches by scanning for insert tags only if they exist (Monte) - - fixed bugs in overlib (Monte, Duncan Forrest) + - added modifiers wordwrap and indent. (Monte) + - added support for 'If-Modified-Since' headers for cached content. (Monte) + - removed insert_tag_check class variable, no longer needed. (Monte) + - optimized cache fetches by scanning for insert tags only if they exist. + (Monte) + - fixed bugs in overlib. (Monte, Duncan Forrest) - fixed a problem with compile_id usage. (Andrei) - fixed problem with using assigned vars with {include_php ...} filepath. (Monte)