Skip to content

Commit

Permalink
chore: clean up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed May 6, 2024
1 parent 6716eb9 commit 715ecb2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ All notable changes to this project will be documented in this file.

### :rocket: (Enhancement)

* feat(api): allow adding span links after span creation [#4536](https://github.com/open-telemetry/opentelemetry-js/pull/4536) @seemk
* This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/a03382ada8afa9415266a84dafac0510ec8c160f/specification/upgrading.md?plain=1#L97-L122) as new features need to be implemented.
* feat: support node 22 [#4666](https://github.com/open-telemetry/opentelemetry-js/pull/4666) @dyladan

### :bug: (Bug Fix)

### :books: (Refine Doc)

### :house: (Internal)

## 1.9.0

### :rocket: (Enhancement)

* feat(api): allow adding span links after span creation [#4536](https://github.com/open-telemetry/opentelemetry-js/pull/4536) @seemk
* This change is non-breaking for end-users, but breaking for Trace SDK implementations in accordance with the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/a03382ada8afa9415266a84dafac0510ec8c160f/specification/upgrading.md?plain=1#L97-L122) as new features need to be implemented.
* feat: support node 22 [#4666](https://github.com/open-telemetry/opentelemetry-js/pull/4666) @dyladan

## 1.8.0

### :rocket: (Enhancement)
Expand Down

0 comments on commit 715ecb2

Please sign in to comment.