From 62778bb8648515e9823ace2f48d9a89ec91a6803 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Tue, 5 Jul 2022 15:44:34 +0100 Subject: [PATCH] Update the release note --- RELEASE_NOTES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 97d165d4b4c76..3791ac7dcd9d8 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -64,6 +64,7 @@ Here is the list of breaking changes in dependencies that comes together with FA Bug Fixes ^^^^^^^^^ +- Fix exception in mini task scheduler (#24865) - Fix cycle bug with attaching label to task group (#24847) - Fix timestamp defaults for ``sensorinstance`` (#24638) - Move fallible ``ti.task.dag`` assignment back inside ``try/except`` block (#24533) (#24592)