diff --git a/change_log.txt b/change_log.txt index 1bf0eeed..597b9d1a 100644 --- a/change_log.txt +++ b/change_log.txt @@ -9,7 +9,7 @@ - bugfix typo in Smarty_Internal_Get_IncludePath did cause runtime overhead (Issue 74) - improvment remove unneeded assigments (Issue 75 and 76) - fixed typo in template parser -- bugfix output filter must not run before writing cache when template does contain nocache code {Issue 71} +- bugfix output filter must not run before writing cache when template does contain nocache code (Issue 71) 02.01.2012 - bugfix {block foo nocache} did not load plugins within child {block} in nocache mode (Forum Topic 20753) @@ -31,7 +31,7 @@ ===== Smarty-3.1.7 ===== 18.12.2011 -- bugfix 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 (issue #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