Skip to content

Commit

Permalink
Added release notes for version 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafwin committed Jun 16, 2014
1 parent 1431e68 commit 94b8438
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@ Byte Buddy release notes
### 02. Mai 2014: Version 0.1

First general release.

### 16. June 2014: Version 0.2

Added several bug fixes for existing features. Beyond that the following features were added or changed:

- Changed the semantics of the `@SuperCall` to be only bindable, if a super method can be invoked. Before, an
exception was thrown if only a non-existent or abstract super method was found.
- Added features for the interaction with Java 8 default methods. Refactored method lookup to extract invokable
default methods.
- Refactored the invocation of super methods to be created by an `Instrumentation.Target`. For a future release,
this hopefully allows for class redefinitions using today's API for creating subclasses.
- Upgraded to ASM 5.0.3.

0 comments on commit 94b8438

Please sign in to comment.