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 f3a3d53  (Improved version history)
f3a3d53 is described below

commit f3a3d53935b04a90c4e0b0f9558c1021fc3c7f29
Author: ddekany <[email protected]>
AuthorDate: Sat Feb 6 12:04:57 2021 +0100

    (Improved 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 048b8f8..bb3471b 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -29415,7 +29415,8 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
             <listitem>
               <para><link
               
xlink:href="https://issues.apache.org/jira/projects/FREEMARKER/issues/FREEMARKER-169";>FREEMARKER-169</link>:
-              If <link
+              Fixed bug that made <literal>?c</literal> and
+              <quote>computer</quote> number format inconsistent. If <link
               
linkend="pgui_config_incompatible_improvements_how_to_set"><literal>incomplatible_improvements</literal></link>
               is set to 2.3.31 (or higher), when you set the
               <literal>number_format</literal> setting to
@@ -29430,6 +29431,17 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
               where instead of <quote>INF</quote>, and <quote>NaN</quote>, the
               results used Unicode characters U+221E, and U+FFFD.</para>
             </listitem>
+
+            <listitem>
+              <para>Fixed bug because which <literal>.globals</literal>
+              weren't seen as namesapce, so something like
+              <literal>&lt;#assign <replaceable>name</replaceable> =
+              <replaceable>value</replaceable> in .globals&gt;</literal>
+              failed (although you should use <literal>&lt;#global
+              <replaceable>name</replaceable> =
+              <replaceable>value</replaceable>&gt;</literal> instead
+              anyway).</para>
+            </listitem>
           </itemizedlist>
         </section>
 

Reply via email to