From 4b7af070b89f060a5adb9141ecfe1fe7bdc6e90c Mon Sep 17 00:00:00 2001 From: Tao Jiuming <95597048+tjiuming@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:51:21 +0800 Subject: [PATCH] [doc] update change log (#407) --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 2d624fa5e..9c4cdb3b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Release Notes. * Add micronauthttpclient,micronauthttpserver,memcached,ehcache,guavacache,jedis,redisson plugin config properties to agent.config * Add [Micrometer Observation](https://github.com/micrometer-metrics/micrometer/) support * Add tags `mq.message.keys` and `mq.message.tags` for RocketMQ producer span +* Clean the trace context which injected into Pulsar MessageImpl after the instance recycled #### Documentation