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 712376b3 Improve condy (constant dynamic) support #139. 712376b3 is described below commit 712376b3f05b402d6cab5833123edcd8c1053f10 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Aug 15 13:54:44 2022 -0400 Improve condy (constant dynamic) support #139. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a79b71f3..b6121350 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="BCEL-313" type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Several fixes to the verifier #117.</action> <action issue="BCEL-337" type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Several fixes to the verifier #117.</action> <action type="fix" dev="ggregory" due-to="Michael Ernst, Gary Gregory">Close resources #138.</action> + <action type="fix" dev="ggregory" due-to="Alexander Kriegisch, Gary Gregory">Improve condy (constant dynamic) support #139.</action> <!-- ADD --> <action type="fix" dev="ggregory">Add github/codeql-action.</action> <!-- UPDATES -->