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 <[email protected]> Authored: Fri Oct 27 02:05:16 2017 +0200 Committer: ddekany <[email protected]> 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`, `&&`. Use `and` instead. (HTML entity support will be re-added, but "globally") + - `\and`, `&&`. Use `and` instead. (HTML entity support meant to be re-added, but "globally") - `|` for logical "or". Use `||` instead. - `\lt`, `<`. Use "lt" instead. - - `lte`, `\lte`, `<=`. Use "le" instead (syntax from XSTL). + - `lte`, `\lte`, `<=`. Use "le" instead (syntax from XSLT). - `\gt`, `>`. Use "gt" instead. - - `gte`, `\gte`, `>=`. Use "ge" instead (syntax from XSTL). + - `gte`, `\gte`, `>=`. 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 <@... />)
