From d25854dd413aa68ea70fb1ade7fe01425f456192 Mon Sep 17 00:00:00 2001 From: James Timmins Date: Sat, 10 Jul 2021 01:47:14 -0700 Subject: [PATCH] Update changelog with Python 3.9 support. (#16918) (cherry picked from commit d83e5f20ae1c041a104805f9fbe0643799c31996) --- CHANGELOG.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f61cc9d0a9034..0ff1f3fee58ee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -Airflow 2.1.2, 2021-07-10 +Airflow 2.1.2, 2021-07-13 ------------------------- Bug Fixes @@ -10,6 +10,11 @@ Bug Fixes - Mask value if the key is ``token`` (#16474) - Fix impersonation issue with ``LocalTaskJob`` (#16852) +Misc +"""" + +- Add Python 3.9 support (#15515) + Airflow 2.1.1, 2021-07-02 ------------------------- @@ -17,7 +22,6 @@ Airflow 2.1.1, 2021-07-02 Bug Fixes """"""""" - - Don't crash attempting to mask secrets in dict with non-string keys (#16601) - Always install sphinx_airflow_theme from ``PyPI`` (#16594) - Remove limitation for elasticsearch library (#16553)