From 4079a3c5c71ebee8c12f11ea41de9d659668e16f Mon Sep 17 00:00:00 2001 From: Kenny Guo <110429254+kennykguo@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:52:22 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3edb32859a..a40f588398d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 1.24.0/0.44b0 (2024-02-27) +- Added small exception catch block to catch previously uncaught exceptions (https://github.com/open-telemetry/opentelemetry-python/pull/3647). + ## Version 1.23.0/0.44b0 (2024-02-23) - Use Attribute rather than boundattribute in logrecord