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 Commit: c56467cbd7bdc1dbe263e3b95b70c25752880b76 Parents: 655331d Author: ddekany <[email protected]> Authored: Tue Mar 7 15:14:38 2017 +0100 Committer: ddekany <[email protected]> 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>
