From b4700215abf5797279e7613ab96d8141a89d0b48 Mon Sep 17 00:00:00 2001 From: Daming Date: Mon, 15 Jun 2020 23:28:50 +0800 Subject: [PATCH] Update CHANGES.md (#39) * Update CHANGES.md --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e305808..3451282 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ # Changes +## 0.2.0 + +1. Adapt the new v3 protocol. +2. Implement correlation protocol. +3. Support batch segment report. +4. Fix wrong context carrier endpoint data. +5. Rocks: fixed wrong version of luarocks. +6. Remove first ref variable. +7. Uniform the SpanLayer type name. + ## 0.1.0 1. Establish the LUA tracing core. 2. Add the tracer implementation based on Nginx OpenResty. + -- GitLab