From da80cb30402c4f11d81d072a6a2a5a4aa92b6e68 Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Tue, 21 Jan 2020 01:02:18 +0100 Subject: [PATCH] Update release-notes.md --- release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes.md b/release-notes.md index 8350116c493..87301b493d7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,16 @@ Byte Buddy release notes ------------------------ +### 21. January 2020: version 1.10.7 + +- Correct discovery of old J9 VMs. +- Correct invocation of `AgentBuilder.Listener` during retransformation. +- Allow forbidding self-attachment using own artifact. +- Add possibility to patch class file transformers. +- Fix equality check for float and double primitives. +- Add guards for annotation API to handle buggy reflection API with mandated parameters. +- Update ASM. + ### 19. December 2019: version 1.10.6 - Add experimental support for Java 15.