This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/velocity-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 14cb9882 Fix typo and missing date in changelog
14cb9882 is described below
commit 14cb988261a72fafa5f7804d41408b351d81fb2c
Author: Claude Brisson <[email protected]>
AuthorDate: Mon Oct 21 18:31:12 2024 +0200
Fix typo and missing date in changelog
---
engine/2.4.1/changes.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/engine/2.4.1/changes.html b/engine/2.4.1/changes.html
index d61fa3d7..41605caa 100644
--- a/engine/2.4.1/changes.html
+++ b/engine/2.4.1/changes.html
@@ -327,7 +327,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover >
.headerlink, h6:hover
</tbody>
</table>
</p>
-<h3>Release 2.4.1 - </h3><p>
+<h3>Release 2.4.1 - 2024-10-14</h3><p>
<table class="standard">
<thead>
<tr>
@@ -341,7 +341,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover >
.headerlink, h6:hover
<td>
<img src="images/fix.png"/>
</td>
- <td> Finding the topmost method when intropsecing a class should stop
at the first static method found Fixes <a
href="https://issues.apache.org/jira/browse/VELOCITY-983">VELOCITY-983</a>.
</td>
+ <td> Finding the topmost method when introspecting a class should stop
at the first static or accessible method found Fixes <a
href="https://issues.apache.org/jira/browse/VELOCITY-983">VELOCITY-983</a>.
</td>
<td>tmortagne</td>
</tr>
<tr>