From 5639c70515152928c46a55e4ed2c5b0257cc5b2c Mon Sep 17 00:00:00 2001 From: Louis Tsui Date: Tue, 26 Nov 2019 02:53:05 -0500 Subject: [PATCH] Add mention of light4j plugin in 6.5.0 changelog (#3934) The pull request #3323 was missed in the list of changes. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 33fd35e30..21aa616bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -62,6 +62,7 @@ Release Notes. - BugFix: endpoint grouping rules may be not unique (#3510) - Add feature to control the maximum agent log files (#3475) - Agent support custom properties. (#3367) +- Add Light4j plugin (#3323) #### Document - Remove travis badge (#3763)