aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2017-06-26 16:11:48 +0000
committerClaude Brisson <cbrisson@apache.org>2017-06-26 16:11:48 +0000
commit67863737c3ee80e5b40e2147177539fa8934f83d (patch)
treed9f6b94d283039c63b12f6b1115ec0111bf562e0 /src
parentb63187d67cfb0c5bfd82c033a2731d6e2280b35d (diff)
downloadapache-velocity-engine-67863737c3ee80e5b40e2147177539fa8934f83d.tar.gz
[engine] Update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1799943 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 ca248b1c..e7c1a6ce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,10 @@
<body>
<release version="2.0" date="In Subversion">
+ <action type="fix" dev="cbrisson">
+ Fix DataSourceResourceLoader for UTF-8 correct handling in VARCHAR/CLOB columns, and for connection / statement / result set life cycle.
+ </action>
+
<action type="add" dev="cbrisson">
Allow expressions inside []: <code>$foo[$bar + 1]</code>
</action>