From 34e4771fae5994094fa835f282e06658baa508be Mon Sep 17 00:00:00 2001 From: changelog Date: Tue, 2 Sep 2003 05:33:57 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index d5b6342d..d832a147 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-09-01 Messju Mohr + + * libs/Smarty.class.php: + re-include cache_paths on multiple calls to fetch() to avoid + inconsistencies + at multiple calls to fetch() in one script + + * libs/Smarty_Compiler.class.php: + fixed handling of \r in {strip} + renamed $_trailing_lf to $_additional_newline + + * libs/Smarty_Compiler.class.php: + the weekly fix for {strip} :) + + * docs/designers.sgml: + fixed example for simple math. + 2003-08-29 Messju Mohr * libs/core/core.assign_smarty_interface.php