ashb closed pull request #4169: Fix a few typos in CHANGELOG of v1-10-test URL: https://github.com/apache/incubator-airflow/pull/4169
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f10de13cf3..db77cc2903 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
