From 0216cf087801ec4b0c5badd7593e0fa66180ac96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:41:51 -0300 Subject: [PATCH] Fix changelog before the release --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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