aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2016-06-23 22:01:23 +0000
committerSebastian Bazley <sebb@apache.org>2016-06-23 22:01:23 +0000
commitd7bb2550dc0e5f68e1c28a46648ac60169794aef (patch)
treecb86956785dcc96379fddfce5d46812f20617d89 /RELEASE-NOTES.txt
parent47c0e905bad838b751638c3e7d29637c52c8193f (diff)
downloadplatform_external_apache-commons-bcel-d7bb2550dc0e5f68e1c28a46648ac60169794aef.tar.gz
platform_external_apache-commons-bcel-d7bb2550dc0e5f68e1c28a46648ac60169794aef.tar.bz2
platform_external_apache-commons-bcel-d7bb2550dc0e5f68e1c28a46648ac60169794aef.zip
Generic Visitor was also updated
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1750028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2c81d97b..99600b60 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -38,6 +38,9 @@ Source compatible - Yes, sort of;
- The org.apache.bcel.classfile.Visitor interface has been enhanced with
additional methods. If you implemented it directly instead of extending
the EmptyVisitor class you'll have to implement the new methods.
+ - The org.apache.bcel.generic.Visitor interface has been enhanced with an
+ additional method. If you implemented it directly instead of extending
+ the EmptyVisitor class you'll have to implement the new methods.
Semantic compatible - Yes, except:
- BCEL 6.0 handles new attributes such as code annotations that could only