This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch FREEMARKER-35
in repository https://gitbox.apache.org/repos/asf/freemarker.git

commit 4c8eeca8b71eb8474900167544f2d706f23ea2a6
Author: ddekany <[email protected]>
AuthorDate: Fri Aug 26 02:01:50 2022 +0200

    FREEMARKER-35: Noted that at least Java 8 in required now in the version 
history.
---
 src/manual/en_US/book.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 08527762..d8264608 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -29417,6 +29417,9 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
 
         <para>Release date: TODO</para>
 
+        <para>Please note that with this version the minimum required Java
+        version was increased from Java 7 to Java 8.</para>
+
         <section>
           <title>Changes on the FTL side</title>
 

Reply via email to