Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Add a CHANGELOG file (#251)
Browse files Browse the repository at this point in the history
* Add a CHANGELOG file

In the same manner as the golang changelog: https://github.com/opentracing/opentracing-go/blob/master/CHANGELOG.md

* incorporating feedback from comments

* typo
  • Loading branch information
tedsuo authored and pavolloffay committed Feb 21, 2018
1 parent 242ba95 commit 3e270ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changes by Version

## v0.31.0 (2018-01-12)
* `BaseSpan` and `ActiveSpan` are simplified into a single `Span` class.
* `Scope` replaces `ActiveSpan`, removing `Continuations`.
* `ScopeManager` replaces `ActiveSpanSource`.
* `Tracer.activeSpan()` returns the current value of `Tracer.scopeManager().active().span()` as a convenience.
* `startManual()` deprecated in favor of `start()`
* new examples directory

0 comments on commit 3e270ab

Please sign in to comment.