From 4935618179ea0f017d6cf23769b4426b5789dfe1 Mon Sep 17 00:00:00 2001 From: Elzbieta Kotulska Date: Mon, 26 May 2025 13:39:59 +0200 Subject: [PATCH] Update release notes Signed-off-by: Elzbieta Kotulska --- RELEASE_NOTES.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1b7b0fb9a..ae97800f8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,9 @@ # Frequenz Python SDK Release Notes -## Summary - - - -## Upgrading - - - ## New Features - The SDK now officially support Python 3.13. ## Bug Fixes -- Fixed issue where actors would restart instead of stopping when exceptions occurred during cancellation. Actors now properly stop and surface the unhandled exception. \ No newline at end of file +- Fixed issue where actors would restart instead of stopping when exceptions occurred during cancellation. Actors now properly stop and surface the unhandled exception.