From 3160eff8653898794c385faa75665cfc1351a2d5 Mon Sep 17 00:00:00 2001 From: Ken Robbins Date: Mon, 7 Mar 2022 11:06:47 -0800 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Leighton Chen --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1c7fba68..978893fc73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `opentelemetry-exporter-pyramid` Fixed which package is the correct caller in _traced_init. +- `opentelemetry-instrumentation-pyramid` Fixed which package is the correct caller in _traced_init. ([#830](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/830)) - `opentelemetry-exporter-richconsole` Fixed attribute error on parentless spans.