File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727 ([#4676](https://github.com/open-telemetry/opentelemetry-python/pull/4676))
2828- [BREAKING] Rename several classes from Log to LogRecord
2929 ([#4647](https://github.com/open-telemetry/opentelemetry-python/pull/4647))
30- - Fix type checking for built in metric exporters
31- ([#4820](https://github.com/open-telemetry/opentelemetry-python/pull/4820))
32-
30+
3331 **Migration Guide:**
3432
3533 `LogData` has been removed. Users should update their code as follows:
@@ -74,7 +72,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7472 - `log_record.limits` - The LogRecordLimits
7573- Mark the Events API/SDK as deprecated. The Logs API/SDK should be used instead, an event is now a `LogRecord` with the `event_name` field set
7674([#4654](https://github.com/open-telemetry/opentelemetry-python/pull/4654)).
77-
75+ - Fix type checking for built-in metric exporters
76+ ([#4820](https://github.com/open-telemetry/opentelemetry-python/pull/4820))
77+
7878## Version 1.38.0/0.59b0 (2025-10-16)
7979
8080- Add `rstcheck` to pre-commit to stop introducing invalid RST
You can’t perform that action at this time.
0 commit comments