Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 28a276c80 -> bb9acc9da


(Updated change log)


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

Branch: refs/heads/3
Commit: bb9acc9da2c305d45c664bba0d76c3626019069c
Parents: 28a276c
Author: ddekany <[email protected]>
Authored: Mon May 15 23:27:51 2017 +0200
Committer: ddekany <[email protected]>
Committed: Mon May 15 23:27:51 2017 +0200

----------------------------------------------------------------------
 freemarker-core/src/manual/en_US/FM3-CHANGE-LOG.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/bb9acc9d/freemarker-core/src/manual/en_US/FM3-CHANGE-LOG.txt
----------------------------------------------------------------------
diff --git a/freemarker-core/src/manual/en_US/FM3-CHANGE-LOG.txt 
b/freemarker-core/src/manual/en_US/FM3-CHANGE-LOG.txt
index e5a898e..64a2a38 100644
--- a/freemarker-core/src/manual/en_US/FM3-CHANGE-LOG.txt
+++ b/freemarker-core/src/manual/en_US/FM3-CHANGE-LOG.txt
@@ -223,4 +223,10 @@ the FreeMarer 3 changelog here:
   - It's now possible to change the Configuration setting defaults by using a 
custom Configuration.ExtendableBuilder
     subclass instead of Configuration.Builder (which is also an 
ExtendableBuilder subclass). FreemarkerServlet has
     switched to this approach, using its own builder subclass to provide 
defaults that makes the sense in that particular
-    application. Its API-s which were used for customizing FreemarkerServlet 
has bean changed accordingly.
\ No newline at end of file
+    application. Its API-s which were used for customizing FreemarkerServlet 
has bean changed accordingly.
+- Modularized the project. Now we have these published jar-s:
+  - org.apache.freemarker:freemarker-core
+  - org.apache.freemarker:freemarker-servlet
+  - [TODO] org.apache.freemarker:freemarker-dom
+  There are several other internal modules related to testing; these aren't 
published.
+- Migrated buiding from Ant to Gradle. [TODO: This is only partially done; jar 
building, testing and javadoc works.]
\ No newline at end of file

Reply via email to