This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a change to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git.
from 83f6a58 Allowed escaping # with backlash in identifier names (not in
string), as it used to occur in database column names.
new 31bcf07 Manual: Improved documentation for "computer" number format
new 74070ab (Some built-in variable expression code cleanup)
new 65c8b98 Added new special variable, time_zone (referred like
.time_zone, like all special variables), to retrieve the current value of the
time_zone setting as a string.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/main/java/freemarker/core/BuiltinVariable.java | 29 +++++++----
src/manual/en_US/book.xml | 60 +++++++++++++++-------
src/test/java/freemarker/core/CamelCaseTest.java | 3 ++
.../test/templatesuite/expected/specialvars.txt | 1 +
.../test/templatesuite/templates/setting.ftl | 2 +
.../test/templatesuite/templates/specialvars.ftl | 1 +
6 files changed, 66 insertions(+), 30 deletions(-)