diff --git a/CHANGELOG.md b/CHANGELOG.md index 35beaaa053..7c7eee8a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#4676](https://github.com/open-telemetry/opentelemetry-python/pull/4676)) - [BREAKING] Rename several classes from Log to LogRecord ([#4647](https://github.com/open-telemetry/opentelemetry-python/pull/4647)) -- Fix type checking for built in metric exporters - ([#4820](https://github.com/open-telemetry/opentelemetry-python/pull/4820)) - + **Migration Guide:** `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 - `log_record.limits` - The LogRecordLimits - 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 ([#4654](https://github.com/open-telemetry/opentelemetry-python/pull/4654)). - +- Fix type checking for built-in metric exporters + ([#4820](https://github.com/open-telemetry/opentelemetry-python/pull/4820)) + ## Version 1.38.0/0.59b0 (2025-10-16) - Add `rstcheck` to pre-commit to stop introducing invalid RST