CHANGELOG.md in opentelemetry-api-0.7.0 vs CHANGELOG.md in opentelemetry-api-0.8.0
- old
+ new
@@ -1,6 +1,17 @@
# Release History: opentelemetry-api
+### v0.8.0 / 2020-10-27
+
+* BREAKING CHANGE: Move context/span methods to Trace module
+* BREAKING CHANGE: Remove 'canonical' from status codes
+* BREAKING CHANGE: Assorted SpanContext fixes
+
+* ADDED: B3 support
+* FIXED: Move context/span methods to Trace module
+* FIXED: Remove 'canonical' from status codes
+* FIXED: Assorted SpanContext fixes
+
### v0.7.0 / 2020-10-07
* FIXED: Safely navigate span variable during error cases
* DOCS: Standardize toplevel docs structure and readme
* DOCS: Fix param description in TextMapInjector for Baggage