diff ChangeLog @ 771:2c2e9e685424 trunk

Unbuffered match templates could result in parts of the matched content being included in the output if the match template didn't actually consume it via one or more calls to the `select()` function. Closes #243. Thanks to Felix Schwarz for the report and test case.
author cmlenz
date Mon, 07 Jul 2008 16:35:06 +0000
parents 3a59144a35b1
children 7a8ed44a5cfd
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
  * Includes from templates loaded via an absolute path now include the correct
    file in nested directories as long if no search path has been configured
    (ticket #240).
+ * Unbuffered match templates could result in parts of the matched content
+   being included in the output if the match template didn't actually consume
+   it via one or more calls to the `select()` function (ticket #243).
 
 
 Version 0.5
Copyright (C) 2012-2017 Edgewall Software