This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git


The following commit(s) were added to refs/heads/master by this push:
     new b53b046e Update changelog
b53b046e is described below

commit b53b046e0254025f3fbea4b326a08ca2839abb10
Author: Claude Brisson <[email protected]>
AuthorDate: Mon Oct 14 07:12:44 2024 +0200

    Update changelog
---
 src/changes/changes.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb8a1831..c49ea624 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,7 +29,12 @@
         <action type="fix" dev="tmortagne" issue="VELOCITY-983">
             Finding the topmost method when intropsecing a class should stop
             at the first static method found
-        </action>        
+        </action>
+        <action type="fix" dev="cbrisson" issue="VELOCITY-944">
+            Direct evaluation of VTL code via 
<code>RuntimeInstance.evaluate()</code>
+            should update the current rendering template information for
+            local velocimacros to be visible in string literals interpolation.
+        </action>
     </release>
     <release version="2.4" date="2024-09-07">
         <action type="new" dev="cbrisson" issue="VELOCITY-948">

Reply via email to