cvs: smarty / NEWS

[email protected] ("Danilo Buerger") Tue, 27 Feb 2007 18:35:00 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsdanilo1172601300@cvsserver>
danilo		Tue Feb 27 18:35:00 2007 UTC

  Modified files:              
    /smarty	NEWS 
  Log:
  Updated NEWS file to reflect changes commited in the last revision
  
  
  
http://cvs.php.net/viewvc.cgi/smarty/NEWS?r1=1.549&r2=1.550&diff_format=u
Index: smarty/NEWS
diff -u smarty/NEWS:1.549 smarty/NEWS:1.550
--- smarty/NEWS:1.549	Wed Jan 17 22:10:01 2007
+++ smarty/NEWS	Tue Feb 27 18:35:00 2007
@@ -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)
 -------------------------------