aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2018-10-15 00:02:49 +0000
committerClaude Brisson <cbrisson@apache.org>2018-10-15 00:02:49 +0000
commitc34d23c7e9cb6941ba28f94275139dd682efef1f (patch)
tree62e8e816e290159971fb9ba889b538e4bd1d67b9 /src
parent4d50cb534cb51f90059a8d4f62a4b7467fcd2e44 (diff)
downloadapache-velocity-engine-c34d23c7e9cb6941ba28f94275139dd682efef1f.tar.gz
[engine] Update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1843870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7152d9da..1bdf45bc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,9 @@
<body>
<release version="2.1" date="In subversion">
+ <action type="add" dev="cbrisson" issue="VELOCITY-906">
+ Default block for empty loops: <code>#foreach($i in []) loop block #else empty #end</code>
+ </action>
<action type="fix" dev="cbrisson" issue="VELOCITY-888">
Include proper OSGi bundle informations in manifest files
</action>