Skip to content

Commit

Permalink
Update changelog with Python 3.9 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhtimmins committed Jul 9, 2021
1 parent 01fb777 commit d83e5f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
@@ -1,11 +1,19 @@
Airflow 2.1.2, 2021-07-09
Airflow 2.1.2, 2021-07-13
-------------------------

Bug Fixes
"""""""""

- Only allow webserver to request from the worker log server (#16754)
- Fix "Invalid JSON configuration, must be a dict" bug (#16648)
- Fix ``CeleryKubernetesExecutor`` (#16700)
- 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
Expand Down

0 comments on commit d83e5f2

Please sign in to comment.