Skip to content

Commit

Permalink
Move changelog to unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Sep 9, 2022
1 parent 1933de5 commit 7f056da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.

### :bug: (Bug Fix)

* fix(sdk-trace-base): make span start times resistant to hrtime clock drift
[#3129](https://github.com/open-telemetry/opentelemetry-js/issues/3129)

### :books: (Refine Doc)

* docs(metrics): add missing metrics packages to SDK reference documentation [#3239](https://github.com/open-telemetry/opentelemetry-js/pull/3239) @dyladan
Expand All @@ -27,8 +30,6 @@ All notable changes to this project will be documented in this file.

### :bug: (Bug Fix)

* fix(sdk-trace-base): make span start times resistant to hrtime clock drift
[#3129](https://github.com/open-telemetry/opentelemetry-js/issues/3129)
* fix(context-async-hooks): Ensure listeners added using `once` can be removed using `removeListener`
[#3133](https://github.com/open-telemetry/opentelemetry-js/pull/3133)

Expand Down

0 comments on commit 7f056da

Please sign in to comment.