From a530c54720b061c8c21c8539fb56de2a24fc7321 Mon Sep 17 00:00:00 2001 From: danilo Date: Tue, 27 Feb 2007 18:35:00 +0000 Subject: [PATCH] Updated NEWS file to reflect changes commited in the last revision --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a3f866f1..e43db8ed 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,10 @@ +- fix handling of plugin tags directly followed by an else tag (Fahr, danilo) - fix handling of $etc in the truncate modifier when $etc is longer than $length (Sylvinus, messju) - fix handling of %I with mysql timestamps in the date_format modifier - (Danilo Buerger, boots) + (danilo, boots) - update smarty_core_write_file() to better recognize Windows (boots) -- emulate %R in the date_format modifier on Windows (Danilo Buerger, boots) +- emulate %R in the date_format modifier on Windows (danilo, boots) Version 2.6.16 (Dec 1st, 2006) -------------------------------