This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 63c2f6b8 Typo in SimpleElementValue error message #161.
63c2f6b8 is described below
commit 63c2f6b844a1f0a34a6265d0f132395534a76090
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Wed Nov 2 19:48:14 2022 -0400
Typo in SimpleElementValue error message #161.
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d7fbcf63..6942931f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,11 @@ The <action> type attribute can be add,update,fix,remove.
-->
<body>
+ <release version="6.6.2" date="20YY-MM-DD" description="Maintenance and
bug fix release.">
+ <!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="nbauma109,
Gary Gregory">Typo in SimpleElementValue error message #161.</action>
+ <!-- UPDATE -->
+ </release>
<release version="6.6.1" date="2022-10-29" description="Maintenance and
bug fix release.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Kengo TODA,
Gary Gregory">Keep ConstantPool.getConstant(int) backward compatible with 6.5.0
#157.</action>