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 5f2da02b12c174d18ade75b762a52eaf920a10f5 Author: ddekany <[email protected]> AuthorDate: Sun Feb 14 21:33:02 2021 +0100 Added build related changes to version history. --- src/manual/en_US/book.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 01b21b6..a8ea38e 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -29558,6 +29558,27 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting> <literal>NonNamespaceException</literal> with proper helpful message.</para> </listitem> + + <listitem> + <para>Build changes:</para> + + <itemizedlist> + <listitem> + <para>Simplified the way Ivy is used. No need to upgrade + dependencies manually anymore.</para> + </listitem> + + <listitem> + <para>Test suite is now ran on ARM as well on CI + (Travis).</para> + </listitem> + + <listitem> + <para>Docgen is now a Maven dependency, although still from + Apache snapshot repo.</para> + </listitem> + </itemizedlist> + </listitem> </itemizedlist> </section> </section>
