mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-21 15:48:42 +00:00
6f535bc859
git-svn-id: http://svn.twig-project.org/trunk@56 93ef8e89-cb99-4229-a87c-7fa0fa45744b
19 lines
540 B
Plaintext
19 lines
540 B
Plaintext
* 0.9.2-DEV
|
|
|
|
* avoid writing template file if an error occurs
|
|
* added $ escaping when outputting raw strings
|
|
* enhanced some error messages to ease debugging
|
|
* fixed empty cache files when the template contains an error
|
|
|
|
* 0.9.1 (2009-10-14)
|
|
|
|
* fixed a bug in PHP 5.2.6
|
|
* fixed numbers with one than one decimal
|
|
* added support for method calls with arguments ({{ foo.bar('a', 43) }})
|
|
* made small speed optimizations
|
|
* made minor tweaks to allow better extensibility and flexibility
|
|
|
|
* 0.9.0 (2009-10-12)
|
|
|
|
* Initial release
|