CHANGELOG.md in opentelemetry-sdk-0.7.0 vs CHANGELOG.md in opentelemetry-sdk-0.8.0

- old
+ new

@@ -1,6 +1,16 @@ # Release History: opentelemetry-sdk +### 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 + +* FIXED: Move context/span methods to Trace module +* FIXED: Remove 'canonical' from status codes +* FIXED: Assorted SpanContext fixes + ### v0.7.0 / 2020-10-07 * ADDED: Add service_name setter to configurator * ADDED: Add service_version setter to configurator * FIXED: Fork safety for batch processor