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
commit c8319cb2ebd799e9f8286a910a2209b9f722467c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 12 21:05:31 2022 -0400 Remove noise text. --- RELEASE-NOTES.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3ba3abb8..8ce06837 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -13,7 +13,6 @@ way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the symbolic information of the given class: methods, fields and byte code instructions. -TBD. NEW FEATURES: =============