mik-laj commented on a change in pull request #14121:
URL: https://github.com/apache/airflow/pull/14121#discussion_r573463758
##########
File path: docs/apache-airflow/concepts.rst
##########
@@ -655,11 +655,11 @@ Relationship Builders
*Moved in Airflow 2.0*
-In Airflow 2.0 those two methods moved from ``airflow.utils.helpers`` to
``airflow.models.baseoperator``.
-
``chain`` and ``cross_downstream`` function provide easier ways to set
relationships
between operators in specific situation.
+In Airflow 2.0 those two methods moved from ``airflow.utils.helpers`` to
``airflow.models.baseoperator``.
Review comment:
```suggestion
.. versionchanged:: 2.0.0
Those two methods moved from ``airflow.utils.helpers`` to
``airflow.models.baseoperator``.
```
See:
https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-versionadded
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]