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 ebd8143 Force unsigned short for LineNumber.toString() #118
ebd8143 is described below
commit ebd8143702b19dff7e71d8696a6a96c033aeeab8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 2 07:49:53 2022 -0400
Force unsigned short for LineNumber.toString() #118
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4680222..8e58eb5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Mark Roberts,
Gary Gregory">Formalize PerformanceTest #168.</action>
<action type="fix" dev="ggregory" due-to="Arturo
Bernal">Java 8 improvements #95.</action>
<action issue="BCEL-345" type="fix" dev="ggregory" due-to="Christine
Poerschke">Make documentation wording more inclusive #98.</action>
+ <action type="fix" dev="ggregory" due-to="Mark Roberts,
Gary Gregory">Force unsigned short for LineNumber.toString() #118.</action>
<!-- ADD -->
<!-- UPDATES -->
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action>