This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new 0684856d Added the description of GitHub PR 82 to version history
0684856d is described below
commit 0684856da52cba16a0dd2a6847c59053b8949cf2
Author: ddekany <[email protected]>
AuthorDate: Wed Jun 15 19:50:51 2022 +0200
Added the description of GitHub PR 82 to version history
---
src/manual/en_US/book.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 4604f2f8..b1caabc1 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -29453,6 +29453,15 @@ TemplateModel x = env.getVariable("x"); // get
variable x</programlisting>
into the projects of our users), we were flagged as vulnerable
at certain places for merely supporting 1.3.</para>
</listitem>
+
+ <listitem>
+ <para>Fixed performance bug with XML processing
+ (<literal>freemarker.ext.dom</literal>) when converting an XML
+ element that contains lots of text nodes (instead of a single
+ big text node) to a string. (<link
+ xlink:href="https://github.com/apache/freemarker/pull/82">GitHub
+ PR 82</link>)</para>
+ </listitem>
</itemizedlist>
</section>
</section>