diff ChangeLog @ 700:8d079cee6822

Add option for unbuffered match template processing, which could cause excessive memory usage. Closes #190.
author cmlenz
date Fri, 28 Mar 2008 14:14:26 +0000
parents 87b8e23610d4
children ebae1774d188
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,10 @@
    and some metadata. New load functions are supplied for loading from egg
    package data, and loading from different loaders depending on the path
    prefix of the requested filename (ticket #182).
+ * Match templates can now be processed without keeping the complete matched
+   content in memory, which could cause excessive memory use on long pages.
+   The buffering can be disabled using the new `buffer` optimization hint on
+   the `<py:match>` directive.
 
 
 Version 0.4.4
Copyright (C) 2012-2017 Edgewall Software