You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/03/07 14:16:29 UTC

[3/4] incubator-freemarker git commit: Manual: freemarker.template.DefaultNonListCollectionAdapter class is not experimental anymore, so now it has backward compatibility guarantees.

Manual: freemarker.template.DefaultNonListCollectionAdapter class is not experimental anymore, so now it has backward compatibility guarantees.


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/c56467cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/c56467cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/c56467cb

Branch: refs/heads/2.3-gae
Commit: c56467cbd7bdc1dbe263e3b95b70c25752880b76
Parents: 655331d
Author: ddekany <dd...@apache.org>
Authored: Tue Mar 7 15:14:38 2017 +0100
Committer: ddekany <dd...@apache.org>
Committed: Tue Mar 7 15:14:38 2017 +0100

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c56467cb/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 2486c6f..1b2e8de 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -26937,6 +26937,12 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
             </listitem>
 
             <listitem>
+              <para><literal>freemarker.template.DefaultNonListCollectionAdapter</literal>
+              class is not experimental anymore, so now it has backward
+              compatibility guarantees.</para>
+            </listitem>
+
+            <listitem>
               <para>Various smaller code cleanups.</para>
             </listitem>
           </itemizedlist>