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

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


The following commit(s) were added to refs/heads/3 by this push:
     new dca74313 (Added note on what's not forward ported yet. Also, now 2.x 
uses Gradle too, so that's not a change anymore.)
dca74313 is described below

commit dca74313096e6be49f83b5edd30c44095657919d
Author: ddekany <[email protected]>
AuthorDate: Tue Dec 26 14:19:11 2023 +0100

    (Added note on what's not forward ported yet. Also, now 2.x uses Gradle 
too, so that's not a change anymore.)
---
 FM3-CHANGE-LOG.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/FM3-CHANGE-LOG.txt b/FM3-CHANGE-LOG.txt
index 25d66696..f9ac009e 100644
--- a/FM3-CHANGE-LOG.txt
+++ b/FM3-CHANGE-LOG.txt
@@ -634,7 +634,9 @@ Core / Miscellaneous
   better practice is to set the format to "c", if you generate computer 
language output), but it's hardly a good practice
   to use.
 
-Build / development process changes
------------------------------------
+Things not yet forward-ported from 2.3-gae 
+------------------------------------------
 
-- Migrated building from Ant to Gradle.
+- Lambda-like expressions: The way those work in 2.x is limited because of BC 
restrictions. So it should work differently here.
+- ?with_args/?with_args_last: Have to implement the better null handling in 
the template language first
+- Some of the Gradle build refinements, like signature related and, 
rebroducible build stuff

Reply via email to