Skip to content

Commit 94b8438

Browse files
author
rafwin
committed
Added release notes for version 0.2.
1 parent 1431e68 commit 94b8438

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ Byte Buddy release notes
44
### 02. Mai 2014: Version 0.1
55

66
First 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.

0 commit comments

Comments
 (0)