From 0d022b18da2fb337e093017efc9a813c2eb69f0f Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Thu, 15 Oct 2015 14:21:41 +0200 Subject: [PATCH] Updated release notes. --- release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes.md b/release-notes.md index 60ab0524803..d4d847d7aab 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,6 +6,8 @@ Byte Buddy release notes - Fixed parser to supress exceptions from generic signatures which are not supposed to be included in the class file if no array type is generic. - Fixed class validator which did not allow `` blocks in interface types. - Added restriction to retransformation to not attempt a retransformation at all if no class should be retransformed. +- Added a factory for creating an `Implementation.Context` that is configurable. This way, it is possible to avoid a rebase of a type initializer which is not always possible. +- Added a possibility to specify for an `AgentBuilder` how it should redefine or rebase a class that is intercepted. ### 13. October 2015: version 0.7 (release candidate 4)