From f88a78231ca7d199f846df55dd88afb8e3f454d4 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 27 Nov 2001 20:39:13 +0000 Subject: [PATCH] Some rewording. --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 54c51e94..efb90524 100644 --- a/NEWS +++ b/NEWS @@ -9,12 +9,12 @@ blocks. (Andrei, Alexander Belonosov) - added 'field_array' attribute to html_select_time function. (Andrei, Michael Caplan) - - added {section} "max" attribute to docs. (Monte) + - dpcumented {section} "max" attribute. (Monte) - fixed notice message in Smarty_Compiler.class.php. (Monte) - - fixed bug with clear_cache introduced in 1.4.6, third parameter should be - null. (Monte) - - updated Config_File.class.php for "\" support in OS/2. (Monte, Francesco - Ciprianii) + - fixed bug with clear_cache introduced in 1.4.6, third parameter should + default to null. (Monte) + - updated Config_File class to support '\' path separator in OS/2. (Monte, + Francesco Ciprianii) - removed secure_ext setting (not used). (Monte) - made cache reading process more efficient. (Monte) - fixed bug, is_cached() now supports new 1.4.6 caching behavior. (Monte)