From 118442a979b46a179ab169d8a83a8c8fba0a6bcc Mon Sep 17 00:00:00 2001 From: "Xin,Zhang" Date: Sun, 16 Dec 2018 22:43:03 +0800 Subject: [PATCH] Changelog for 5.1.0 (#2054) --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e30fc76f15..eca6af9ae8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,18 @@ Changes by Version ================== Release Notes. +5.1.0 +------------------ +#### Agent Changes + - Fix spring inherit issue in another way + - Fix classloader dead lock in jdk7+ - 5.x + - Support Spring mvc 5.x + - Support Spring webflux 5.x + +#### Collector Changes + - Fix too many open files. + - Fix the buffer file cannot delete. + 5.0.0-GA ------------------ -- GitLab