This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c3da381022e250639cfafce1d5b8a3c8f40ce4dc Author: Ash Berlin-Taylor <[email protected]> AuthorDate: Tue May 18 11:05:43 2021 +0100 Prep for 2.1.0 release (#15913) (cherry picked from commit 0c2848cabeab6efd2a566bf6826f2ad1b6ba7b13) --- UPDATING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UPDATING.md b/UPDATING.md index d4df5ca..e7a9119 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -26,7 +26,7 @@ assists users migrating to a new version. <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of contents** -- [Master](#master) +- [Airflow 2.1.0](#airflow-210) - [Airflow 2.0.2](#airflow-202) - [Airflow 2.0.1](#airflow-201) - [Airflow 2.0.0](#airflow-200) @@ -53,8 +53,6 @@ assists users migrating to a new version. <!-- END doctoc generated TOC please keep comment here to allow auto update --> -## Master - <!-- I'm glad you want to write a new note. Remember that this note is intended for users. @@ -71,6 +69,8 @@ https://developers.google.com/style/inclusive-documentation --> +## Airflow 2.1.0 + ### New "deprecated_api" extra We have a new '[deprecated_api]' extra that should be used when installing airflow when the deprecated API @@ -83,7 +83,7 @@ The `http` provider is now optional and not installed by default, until `chardet dependency of `requests`. See [PR to replace chardet with charset-normalizer](https://github.com/psf/requests/pull/5797) -### `@apply_default` decorator isn't longer necessary +### `@apply_default` decorator is no longer necessary This decorator is now automatically added to all operators via the metaclass on BaseOperator
