(Improved version history)
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 @@
             <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 @@
               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>