You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
- The `go.opentelemetry.io/otel/semconv/v1.20.0` package.
14
14
The package contains semantic conventions from the `v1.20.0` version of the OpenTelemetry specification. (#4078)
15
15
16
+
### Changed
17
+
18
+
- Use `strings.Cut()` instead of `string.SplitN()` for better readability and memory use. (#4049)
19
+
16
20
### Removed
17
21
18
22
- The deprecated `go.opentelemetry.io/otel/metric/instrument` package is removed.
0 commit comments