aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-12-05 14:10:00 +0000
committerClaude Brisson <cbrisson@apache.org>2016-12-05 14:10:00 +0000
commit43448c9973225b3ad3c1be39db54e5d0561bb9e3 (patch)
treef0cdfb81a0bd402059a5547fc0fc49fe6d7e4c1a /src
parent6c4e44eb70fb5eff4e26f0c47fc48b99159fa395 (diff)
downloadapache-velocity-engine-43448c9973225b3ad3c1be39db54e5d0561bb9e3.tar.gz
[engine] default encoding to UTF-8
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1772670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59f13b2d..f9a9dd80 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,10 @@
<release version="2.0" date="In Subversion">
<action type="add" dev="cbrisson">
+ Default encoding is now UTF-8.
+ </action>
+
+ <action type="add" dev="cbrisson">
Make Velocity use the base logger namespace 'org.apache.velocity' unless specified with runtime.log.name in the configuration, and have the runtime instance log with this base namespace, and other modules log with children namespaces:
<ul>
<li>directive, and velocity.directive.[directivename]</li>