From 8a05d8c2e68a9fa503f7d5da6dd56a1bda552965 Mon Sep 17 00:00:00 2001 From: Prithvi Raj Date: Fri, 15 Sep 2017 13:09:49 -0400 Subject: [PATCH] Update changelog (#234) --- CHANGELOG.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e2508dc6..484597f50 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,14 @@ Changes by Version ================== -0.21.0 ------- +0.21.0 (2017-09-15) +------------------- +- Support baggage restrictions (https://github.com/uber/jaeger-client-java/pull/217, https://github.com/uber/jaeger-client-java/pull/229) +- Fix concurrency bug when using multiple senders (https://github.com/uber/jaeger-client-java/pull/233) +- Support span log fields in zipkin sender (https://github.com/uber/jaeger-client-java/pull/226) + +0.20.6 (2017-08-01) +------------------- - Use okhttp for HTTP sender (https://github.com/uber/jaeger-client-java/pull/224)