Mercurial > genshi > mirror
diff ChangeLog @ 548:1cc1afc39176 trunk
Implement static includes, which improves performance a bit when auto reloading is disabled.
author | cmlenz |
---|---|
date | Fri, 29 Jun 2007 13:06:53 +0000 |
parents | 619340e2d805 |
children | 35dababa28d6 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,10 @@ which allow matching against regular expressions. * Support for Python code blocks in templates can now be disabled (ticket #123). + * Includes are now processed when the template is parsed if possible, but + only if the template loader is not set to do automatic reloading. Included + templates are basically inlined into the including template, which can + speed up rendering of that template a bit. Version 0.4.3