File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,3 +4,15 @@ Byte Buddy release notes
44### 02. Mai 2014: Version 0.1
55
66First general release.
7+
8+ ### 16. June 2014: Version 0.2
9+
10+ Added several bug fixes for existing features. Beyond that the following features were added or changed:
11+
12+ - Changed the semantics of the ` @SuperCall ` to be only bindable, if a super method can be invoked. Before, an
13+ exception was thrown if only a non-existent or abstract super method was found.
14+ - Added features for the interaction with Java 8 default methods. Refactored method lookup to extract invokable
15+ default methods.
16+ - Refactored the invocation of super methods to be created by an ` Instrumentation.Target ` . For a future release,
17+ this hopefully allows for class redefinitions using today's API for creating subclasses.
18+ - Upgraded to ASM 5.0.3.
You can’t perform that action at this time.
0 commit comments