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.