diff options
Diffstat (limited to 'vendor/github.com/opentracing/opentracing-go/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/opentracing/opentracing-go/CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/opentracing/opentracing-go/CHANGELOG.md b/vendor/github.com/opentracing/opentracing-go/CHANGELOG.md new file mode 100644 index 000000000..ecfb7e3b7 --- /dev/null +++ b/vendor/github.com/opentracing/opentracing-go/CHANGELOG.md @@ -0,0 +1,14 @@ +Changes by Version +================== + +1.1.0 (unreleased) +------------------- + +- Deprecate InitGlobalTracer() in favor of SetGlobalTracer() + + +1.0.0 (2016-09-26) +------------------- + +- This release implements OpenTracing Specification 1.0 (https://opentracing.io/spec) + |