From df60ed94faa28637f56cf03c4c091e061bd93e48 Mon Sep 17 00:00:00 2001 From: rodneyrehm Date: Sun, 18 Dec 2011 18:51:04 +0000 Subject: [PATCH] (typos) --- change_log.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/change_log.txt b/change_log.txt index e55598be..93442adb 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,6 +1,6 @@ ===== trunk ===== 18.12.2011 -- bufix strings ending with " in multiline strings of config files failed to compile {isse 67) +- bugfix strings ending with " in multiline strings of config files failed to compile {isse #67) - added chaining to Smarty_Internal_Templatebase - changed unloadFilter() to not return a boolean in favor of chaining and API conformity - bugfix unregisterObject() raised notice when object to unregister did not exist @@ -8,18 +8,18 @@ - added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic 20452) 17.12.2011 -- improvement of compiling speed by new handling of plain text blocks in the lexer/parser (issue 68) +- improvement of compiling speed by new handling of plain text blocks in the lexer/parser (issue #68) 16.12.2011 -- bugfix the source exits flag and timestamp was not setup when temple is in php include path (issue 69) +- bugfix the source exits flag and timestamp was not setup when temple is in php include path (issue #69) 9.12.2011 - bugfix {capture} tags around recursive {include} calls did throw exception (Forum Topic 20549) - bugfix $auto_literal = false did not work with { block} tags in child templates (Forum Topic 20581) - bugfix template inheritance: do not include code of {include} in overloaded {block} into compiled - parent template (Issue 66} + parent template (Issue #66} - bugfix template inheritance: {$smarty.block.child} in nested child {block} tags did not return expected - result (Forum Topic 20564) + result (Forum Topic 20564) ===== Smarty-3.1.6 ===== 30.11.2011