You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/07/06 10:52:30 UTC

[airflow] 02/02: Update the release note

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 62778bb8648515e9823ace2f48d9a89ec91a6803
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Tue Jul 5 15:44:34 2022 +0100

    Update the release note
---
 RELEASE_NOTES.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 97d165d4b4..3791ac7dcd 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)