
0.7.0
  2010-06-16  Charles Rincheval  <hugo@digitalspirit.org>
      * Bug correction : if there are no call to setvar method, empty variable is not removed from tpl
      * It's now possible to have a default value with l10n callback : {$neversetted _(Default value !)}

  2010-06-04  Charles Rincheval  <hugo@digitalspirit.org>
      * Include function search file in current directory (same as current tpl file) by default and then, search in default path specified in constructor

  2010-03-16  Charles Rincheval  <hugo@digitalspirit.org>
      * Tpl include function ({!include:xxx.tpl}) search file in default path specified in constructor
      * Added tpl import function like include but who can open tpl file from another path than default path specified in constructor
      * Improved performance speed and logic
      * New variable tpl function : test
      * New method : displayError(bool)
      * Added setvar function and {&xxx} for setvar
      * It's now possible to set a default value to a variable : {$neversetted (Default value !)}

0.5.2
  2010-02-03  Charles Rincheval  <hugo@digitalspirit.org>
      * Bug correction : Error when multiple variable function is called
0.5.1
  2010-01-26  Charles Rincheval  <hugo@digitalspirit.org>
      * Bug correction : if tpl document start with a block (<!-- BEGIN ...), block was not replaced

0.5.0
  2009-12-24  Charles Rincheval  <hugo@digitalspirit.org>
      * Added get method for get block content (parsed or not)
      * Remove var parameter on render method
      * If no l10n function is defined, l10n method (_) return the string and not an error
      * Joyeux Noël de Montréal !

0.4.2
  2009-12-17  Charles Rincheval  <hugo@digitalspirit.org>
      * Added support for _ character in BEGIN/END block name 

0.4.1
  2009-11-03  Charles Rincheval  <hugo@digitalspirit.org>
      * Remove notice problem

0.4.0
  2009-10-22  Charles Rincheval
      * First public release

