Skip to content

Commit

Permalink
Update changelog with Python 3.9 support. (#16918)
Browse files Browse the repository at this point in the history
(cherry picked from commit d83e5f2)
  • Loading branch information
jhtimmins committed Jul 10, 2021
1 parent 06df29e commit d25854d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.txt
@@ -1,4 +1,4 @@
Airflow 2.1.2, 2021-07-10
Airflow 2.1.2, 2021-07-13
-------------------------

Bug Fixes
Expand All @@ -10,14 +10,18 @@ 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
-------------------------

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)
Expand Down

0 comments on commit d25854d

Please sign in to comment.