From 659c90643e714681897ec2521c60567dd21da733 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sat, 23 Mar 2019 16:25:03 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34811a7..7c14feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,20 @@ Changes by Version ================== -1.1.0 (unreleased) +1.1.0 (2019-03-23) ------------------- +Notable changes: +- The library is now released under Apache 2.0 license +- Use Set() instead of Add() in HTTPHeadersCarrier is functionally a breaking change (fixes issue [#159](https://github.com/opentracing/opentracing-go/issues/159)) +- 'golang.org/x/net/context' is replaced with 'context' from the standard library + +List of all changes: + - Export StartSpanFromContextWithTracer (#214) - Add IsGlobalTracerRegistered() to indicate if a tracer has been registered (#201) - Use Set() instead of Add() in HTTPHeadersCarrier (#191) -- Apdate license to Apache 2.0 (#181) +- Update license to Apache 2.0 (#181) - Replace 'golang.org/x/net/context' with 'context' (#176) - Port of Python opentracing/harness/api_check.py to Go (#146) - Fix race condition in MockSpan.Context() (#170)