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
commit 2b21e8d678e64313dc91eb81b030e7b073488a43 Author: ddekany <[email protected]> AuthorDate: Sun Jan 12 22:58:03 2020 +0100 Added FREEMARKER-125 to version history --- src/manual/en_US/book.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index cc0bd39..5f52375 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -20,7 +20,10 @@ <book conformance="docgen" version="5.0" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" -> + xmlns:ns5="http://www.w3.org/1998/Math/MathML" + xmlns:ns4="http://www.w3.org/1999/xhtml" + xmlns:ns3="http://www.w3.org/2000/svg" + xmlns:ns="http://docbook.org/ns/docbook"> <info> <title>Apache FreeMarker Manual</title> @@ -29259,6 +29262,15 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting> <listitem> <para><link + xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-125">FREEMARKER-125</link>: + FreeMarker now picks up <literal>DecimalFormatSymbols</literal> + provided by the <literal>DecimalFormatSymbolsProvider</literal> + SPI. This is useful if you need to change the decimal format + symbols provided for a locale by Java.</para> + </listitem> + + <listitem> + <para><link xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-120">FREEMARKER-120</link>: <literal>BeansWrapper</literal> (and it's subclasses like <literal>DefaultObjectWrapper</literal>) now has two protected
