diff --git a/CHANGES b/CHANGES index 1fe62fdbd97..0a8187670f2 100644 --- a/CHANGES +++ b/CHANGES @@ -56,6 +56,8 @@ Improvements and API changes in trunk attribute for pure methods. 11.GenericAttribute instances are now automatically read from class files and stored in class files. +12.Soot now has virtually complete support for invokedynamic. + See tutorial/invokedynamic for details. Improvements and API changes in version 2.4.0 diff --git a/credits b/credits index bd1dfe05953..6707e0aea5b 100644 --- a/credits +++ b/credits @@ -24,6 +24,7 @@ Eric Bodden - Local must-alias analysis - Integration of JastAdd frontend - TamiFlex support for reflection + - Support for invkedynamic (JSR 292) Phong Co (phong@hasc.com) - Jimple scalar optimizations