From 6b903e5f0c82b90807bdceda64ec0a4ee81b0c8a Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Fri, 29 Apr 2016 18:02:40 +0200 Subject: [PATCH] Updated to version 1.3.19 --- release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release-notes.md b/release-notes.md index db8cf716f24..f10054bb4b8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,11 @@ Byte Buddy release notes ------------------------ +### 29. April 2016: version 1.3.19 + +- Added convenience method to `MethodCall` to add all arguments of the instrumented method. +- Added `optional` attribute to `Advice.This`. + ### 25. April 2016: version 1.3.18 - The Owner type of a parameterized type created by a `TypePool` is no longer parameterized for a static inner type.