| 08.03.2014 
 | 
| - bugfix relative file path {include} within {block} of child templates did throw exception on first call (Issue 177) 
 | 
| 
 | 
| 17.02.2014 
 | 
| - bugfix Smarty failed when executing PHP on HHVM (Hip Hop 2.4) because uniqid('',true) does return string with ',' (forum topic 20343) 
 | 
| 
 | 
| 16.02.2014 
 | 
| - bugfix a '//' or '\\' in template_dir path could produce wrong path on relative filepath in {include} (Issue 175) 
 | 
| 
 | 
| 05.02.2014 
 | 
| - bugfix shared.literal_compiler_param.php did throw an exception when literal did contain a '-' (smarty-developers group) 
 | 
| 
 | 
| 27.01.2014 
 | 
| - bugfix $smarty->debugging = true; did show the variable of the $smarty object not the variables used in display() call (forum topic 24764) 
 | 
| - bugfix clearCompiledTemplate(), clearAll() and clear() should use realpath to avoid possible exception from RecursiveDirectoryIterator (Issue 171) 
 | 
| 
 | 
| 26.01.2014 
 | 
| - bugfix  undo block nesting checks for {nocache} for reasons like forum topic 23280 (forum topic 24762) 
 | 
| 
 | 
| 18.01.2014 
 | 
| - bugfix the compiler did fail when using template inheritance and recursive {include} (smarty-developers group) 
 | 
| 
 | 
| 11.01.2014 
 | 
| - bugfix "* }" (spaces before right delimiter) was interpreted by mistake as comment end tag (Issue 170) 
 | 
| - internals  content cache should be clear when updating cache file 
 | 
| 
 | 
| 08.01.2014 
 | 
| - bugfix Smarty_CacheResource_Custom did not handle template resource type specifications on clearCache() calls (Issue 169) 
 | 
| - bugfix SmartyBC.class.php should use require_once to load Smarty.class.php (forum topic 24683) |