From 2ab31aa6c8cec57ba073a8a5044a0791af99e600 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 4 Mar 2026 14:45:46 +0100 Subject: [PATCH] CHANGELOG: fix stale action entry (#4291) --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb7aefc8..b7d5ed08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -- Add stale PR GitHub Action - ([#4220](https://github.com/open-telemetry/opentelemetry-python/pull/4220)) - ### Added - Add Python 3.14 support @@ -62,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#4139](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4139)) - `opentelemetry-instrumentation-logging`: Move there the SDK LoggingHandler ([#4210](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4210)) +- Add stale PR GitHub Action + ([#4220](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4220)) ### Fixed