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

Commit

Permalink
Merge a47aa44 into 242ba95
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsuo committed Jan 30, 2018
2 parents 242ba95 + a47aa44 commit f62df5a
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 f62df5a

Please sign in to comment.