Skip to content

Commit

Permalink
Add missing changelog to breaking change for Standard provider breaki…
Browse files Browse the repository at this point in the history
…ng changes (#44581)
  • Loading branch information
jscheffl authored Dec 2, 2024
1 parent ea0339e commit 74ff524
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions providers/src/airflow/providers/standard/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
Changelog
---------

0.0.3
.....

Breaking changes
~~~~~~~~~~~~~~~~

* ``The deprecated parameter use_dill was removed in PythonOperator and all virtualenv and branching derivates. Please use serializer='dill' instead.``
* ``The deprecated parameter use_dill was removed in all Python task decorators and virtualenv and branching derivates. Please use serializer='dill' instead.``

0.0.2
.....

Expand Down

0 comments on commit 74ff524

Please sign in to comment.