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 78eed34 (Version history fixes)
78eed34 is described below
commit 78eed34c427c73ba251d3b2cdf83e88a9dfd84a8
Author: ddekany <[email protected]>
AuthorDate: Thu Oct 24 00:35:35 2019 +0200
(Version history fixes)
---
src/manual/en_US/book.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 6675af5..3b1432c 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -28860,8 +28860,9 @@ TemplateModel x = env.getVariable("x"); // get
variable x</programlisting>
<listitem>
<para><link linkend="ref.directive.macro">Macro catch-all
parameters</link> (aka. macro varargs), when capture arguments
- passed by name (as opposed to by position), now keep the order
- of arguments.</para>
+ passed by name (as opposed to by position), now keep the
+ original order of arguments. Earlier the order wasn't
+ predictable.</para>
</listitem>
<listitem>