diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index a5ca1a639..b34cda38c 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -9,7 +9,8 @@ Future Release * Fixes * Changes * Add support for Python 3.12 :pr:`1855` - * Drop support for using Woodwork with Dask or Pyspark dataframes (:pr:`1857`) + * Drop support for using Woodwork with Dask or Pyspark dataframes :pr:`1857` + * Use ``filter`` arg in call to ``tarfile.extractall`` to safely deserialize DataFrames :pr:`1862` * Documentation Changes * Testing Changes