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.