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/10/27 00:05:20 UTC

incubator-freemarker git commit: (Typo...)

Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 b16e37ae2 -> c80caeb2f


(Typo...)


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

Branch: refs/heads/3
Commit: c80caeb2f84b0e724fe31aeb94497306eb902bd9
Parents: b16e37a
Author: ddekany <dd...@apache.org>
Authored: Fri Oct 27 02:05:16 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Fri Oct 27 02:05:16 2017 +0200

----------------------------------------------------------------------
 FM3-CHANGE-LOG.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c80caeb2/FM3-CHANGE-LOG.txt
----------------------------------------------------------------------
diff --git a/FM3-CHANGE-LOG.txt b/FM3-CHANGE-LOG.txt
index bf4bdfd..ec78803 100644
--- a/FM3-CHANGE-LOG.txt
+++ b/FM3-CHANGE-LOG.txt
@@ -83,12 +83,12 @@ Node: Changes already mentioned above aren't repeated here!
 - Removed the following operator aliases:
   - `=` for comparison (it can only be used for assignment now). Use `==` instead.
   - `&` for logical "and". Use `&&` instead.
-  - `\and`, `&amp;&amp;`. Use `and` instead. (HTML entity support will be re-added, but "globally")
+  - `\and`, `&amp;&amp;`. Use `and` instead. (HTML entity support meant to be re-added, but "globally")
   - `|` for logical "or". Use `||` instead.
   - `\lt`, `&lt;`. Use "lt" instead.
-  - `lte`, `\lte`, `&lt;=`. Use "le" instead (syntax from XSTL).
+  - `lte`, `\lte`, `&lt;=`. Use "le" instead (syntax from XSLT).
   - `\gt`, `&gt;`. Use "gt" instead.
-  - `gte`, `\gte`, `&gt;=`. Use "ge" instead (syntax from XSTL).
+  - `gte`, `\gte`, `&gt;=`. Use "ge" instead (syntax from XSLT).
 - New keywords (can't be used as identifier): `and`, `or`, `le`, `ge`
 - Removed some long deprecated template language directives:
   - <#call ...> (deprecated by <@... />)