You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/06 21:41:45 UTC

[airflow] branch v1-10-stable updated: Update changelog for 1.10.14 (#12863)

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

kaxilnaik pushed a commit to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-stable by this push:
     new 02296c4  Update changelog for 1.10.14 (#12863)
02296c4 is described below

commit 02296c4cee582ed41e229875d9e7d524f9a878dc
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sun Dec 6 21:40:32 2020 +0000

    Update changelog for 1.10.14 (#12863)
---
 CHANGELOG.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 64410db..cc0a7c8 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-Airflow 1.10.14, 2020-12-07
+Airflow 1.10.14, 2020-12-09
 ----------------------------
 
 Bug Fixes
@@ -11,7 +11,8 @@ Bug Fixes
 - [AIRFLOW-2809] Fix security issue regarding Flask SECRET_KEY (#3651)
 - [AIRFLOW-2884] Fix Flask SECRET_KEY security issue in www_rbac (#3729)
 - [AIRFLOW-2886] Generate random Flask SECRET_KEY in default config (#3738)
-- Add missing coma in setup.py (#12790)
+- Add missing comma in setup.py (#12790)
+- Bugfix: Unable to import Airflow plugins on Python 3.8 (#12859)
 
 Improvements
 """"""""""""