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 50feac1e Update changelog
50feac1e is described below
commit 50feac1e1d74c5bd3326fe7e69a68fd29c70651c
Author: Claude Brisson <[email protected]>
AuthorDate: Mon Oct 14 08:42:09 2024 +0200
Update changelog
---
src/changes/changes.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c49ea624..485dc3b4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,9 +25,11 @@
</properties>
<body>
- <release version="2.4.1">
+ <release version="2.5">
+ </release>
+ <release version="2.4.1" date="2024-10-14">
<action type="fix" dev="tmortagne" issue="VELOCITY-983">
- Finding the topmost method when intropsecing a class should stop
+ Finding the topmost method when introspecting a class should stop
at the first static method found
</action>
<action type="fix" dev="cbrisson" issue="VELOCITY-944">