Skip to content

Commit

Permalink
Move changelog entry to unreleased section
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Mar 18, 2022
1 parent a882d0a commit 9594255
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
This update is a breaking change of the unstable Metrics API.
Code instrumented with the `go.opentelemetry.io/otel/metric` will need to be modified.

### Added

- Add go 1.18 to our compatibility tests. (#2679)

### Changed

- The metrics API has been significantly changed. (#2587)
Expand Down Expand Up @@ -46,7 +50,6 @@ Code instrumented with the `go.opentelemetry.io/otel/metric` will need to be mod
Zero or negative values will not be changed to the default value like `WithSpanLimits` does.
Setting a limit to zero will effectively disable the related resource it limits and setting to a negative value will mean that resource is unlimited.
Consequentially, limits should be constructed using `NewSpanLimits` and updated accordingly. (#2637)
- Add go 1.18 to our compatibility tests. (#2679)

### Changed

Expand Down

0 comments on commit 9594255

Please sign in to comment.