jedcunningham commented on code in PR #23260:
URL: https://github.com/apache/airflow/pull/23260#discussion_r859013086


##########
RELEASE_NOTES.rst:
##########
@@ -21,6 +21,557 @@
 
 .. towncrier release notes start
 
+Airflow 2.3.0 (2022-04-29)
+--------------------------
+
+For production docker image related changes, see the `Docker Image Changelog 
<https://airflow.apache.org/docs/docker-stack/changelog.html>`_.
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+Passing ``execution_date`` to ``XCom.set()``, ``XCom.clear()`` , 
``XCom.get_one()`` , and ``XCom.get_many()`` is deprecated (#19825)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+Continuing the effort to bind TaskInstance to a DagRun, XCom entries are now 
also tied to a DagRun. Use the ``run_id`` argument to specify the DagRun 
instead.
+
+Task log templates are now read from the metadata database instead of 
``airflow.cfg`` (#20165)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Review Comment:
   ```suggestion
   
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
   
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to