Repository: incubator-freemarker Updated Branches: refs/heads/3 0a6ee3e3a -> de2532d26
(Change log typos) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/de2532d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/de2532d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/de2532d2 Branch: refs/heads/3 Commit: de2532d2624c9f9c3646ef8487746e43886f595e Parents: 0a6ee3e Author: ddekany <[email protected]> Authored: Sat Apr 15 23:47:10 2017 +0200 Committer: ddekany <[email protected]> Committed: Sat Apr 15 23:47:10 2017 +0200 ---------------------------------------------------------------------- src/manual/en_US/FM3-CHANGE-LOG.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/de2532d2/src/manual/en_US/FM3-CHANGE-LOG.txt ---------------------------------------------------------------------- diff --git a/src/manual/en_US/FM3-CHANGE-LOG.txt b/src/manual/en_US/FM3-CHANGE-LOG.txt index 96774bf..4c08043 100644 --- a/src/manual/en_US/FM3-CHANGE-LOG.txt +++ b/src/manual/en_US/FM3-CHANGE-LOG.txt @@ -208,7 +208,7 @@ the FreeMarer 3 changelog here: - Removed hasCustomFormats() from configuration related API-s (we don't need it anymore) - Template.name (getName()) was renamed to Template.lookupName (getLookupName()), and Template.sourceName (Template.getSourceName()) doesn't fall back to the lookup name anymore when it's null (however, Template.getSourceOrLookupName() was added for that). There's - no Template.name anymore, because since sourceName was introduced, and hence the concept of tempalte name was split into the - lookup and the source name, it's meaning wasn't clean (but it meant the lookup name). TemplateException and ParseException + no Template.name anymore, because since sourceName was introduced, and hence the concept of template name was split into the + lookup and the source name, its meaning wasn't clean (but it meant the lookup name). TemplateException and ParseException now also have the same properites: getTemplateSourceName(), getTemplateLookupName(), and even getSourceOrLookupName(). - Location information in error messages show getSourceOrLookupName(). \ No newline at end of file + Location information in error messages show getTemplateSourceOrLookupName(). \ No newline at end of file
