From a7c0883a7f66f2dc4b30d7443a2471fea1e00b89 Mon Sep 17 00:00:00 2001 From: Xiaodong Date: Fri, 9 Nov 2018 22:32:33 +0800 Subject: [PATCH] Fix a few typos in CHANGELOG For 843 and 3006, the original JIRA subjects are actually ok. For 3008, understand you copied the original JIRA subject. But may be good to fix it here. --- CHANGELOG.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f10de13cf35d3..db77cc2903110 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,7 +18,7 @@ Improvements: [AIRFLOW-393] Add progress callbacks for FTP downloads [AIRFLOW-520] Show Airflow version on web page -[AIRFLOW-843] Excpetions now available in context durint on_failure_callback +[AIRFLOW-843] Exceptions now available in context during on_failure_callback [AIRFLOW-2476] Update tabulate dependency to v0.8.2 [AIRFLOW-2592] Bump Bleach dependency [AIRFLOW-2622] Add "confirm=False" option to SFTPOperator @@ -37,8 +37,8 @@ Improvements: [AIRFLOW-2951] dag_run end_date Null after a dag is finished [AIRFLOW-2956] Kubernetes tolerations for pod operator [AIRFLOW-2997] Support for clustered tables in Bigquery hooks/operators -[AIRFLOW-3006] Fix rrror when schedule_interval="None" -[AIRFLOW-3008] Move Kubernetes related example DAGs to contribe/example_dags +[AIRFLOW-3006] Fix error when schedule_interval="None" +[AIRFLOW-3008] Move Kubernetes related example DAGs to contrib/example_dags [AIRFLOW-3025] Allow to specify dns and dns-search parameters for DockerOperator [AIRFLOW-3067] (www_rbac) Flask flash messages are not displayed properly (no background color) [AIRFLOW-3069] Decode output of S3 file transform operator