Avoids to flush xml buffer while assembling the injected html

Fix #742
This commit is contained in:
Felipe Zimmerle
2017-05-22 18:42:37 -03:00
parent 72f632e9b6
commit a249574692
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
DD MMM YYYY - 2.9.2 - To be released
------------------------------------
* Avoid to flush xml buffer while assembling the injected html.
[Issue #742 - @zimmerle]
* Avoid additional operator invokation if last transform of a multimatch
doesn't modify the input
[Issue #1086, #1087 - Daniel Stelter-Gliese]