cvs: smarty / ChangeLog
[email protected] (changelog) Sat, 26 Aug 2006 01:31:21 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1156555881@cvsserver> |
changelog Sat Aug 26 01:31:21 2006 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.427&r2=1.428&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.427 smarty/ChangeLog:1.428
--- smarty/ChangeLog:1.427 Tue Aug 22 01:31:15 2006
+++ smarty/ChangeLog Sat Aug 26 01:31:20 2006
@@ -1,3 +1,13 @@
+2006-08-25 Messju Mohr <[email protected]>
+
+ * NEWS
+ libs/Smarty_Compiler.class.php:
+ fixed wrong handling of name attribute in {insert}
+ thanks to Ivan Kravets for reporting this
+
+ * libs/Smarty_Compiler.class.php:
+ fixed typo
+
2006-08-21 George Miroshnikov <[email protected]>
* docs/ru/designers/language-custom-functions/language-function-popup-init.xml
@@ -3865,7 +3875,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.427 2006/08/22 01:31:15 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.428 2006/08/26 01:31:20 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>