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 1d7dccd3 Update changelog
1d7dccd3 is described below
commit 1d7dccd34057df13472c8608f6a64c9aa718d39e
Author: Claude Brisson <[email protected]>
AuthorDate: Fri Oct 4 08:58:48 2024 +0200
Update changelog
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 410edd16..cb8a1831 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,12 @@
</properties>
<body>
+ <release version="2.4.1">
+ <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>
+ </release>
<release version="2.4" date="2024-09-07">
<action type="new" dev="cbrisson" issue="VELOCITY-948">
Add a new compatibility flag for integer ranges immutability.