diff --git a/doc/source/whatsnew/v2.1.4.rst b/doc/source/whatsnew/v2.1.4.rst index 13df35a1477d0..fdbe119268e50 100644 --- a/doc/source/whatsnew/v2.1.4.rst +++ b/doc/source/whatsnew/v2.1.4.rst @@ -1,6 +1,6 @@ .. _whatsnew_214: -What's new in 2.1.4 (December ??, 2023) +What's new in 2.1.4 (December 8, 2023) --------------------------------------- These are the changes in pandas 2.1.4. See :ref:`release` for a full changelog @@ -14,7 +14,6 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ - Fixed regression when trying to read a pickled pandas :class:`DataFrame` from pandas 1.3 (:issue:`55137`) -- .. --------------------------------------------------------------------------- .. _whatsnew_214.bug_fixes: @@ -37,14 +36,6 @@ Bug fixes - Fixed bug in :meth:`Series.str.translate` losing object dtype when string option is set (:issue:`56152`) - -.. --------------------------------------------------------------------------- -.. _whatsnew_214.other: - -Other -~~~~~ -- -- - .. --------------------------------------------------------------------------- .. _whatsnew_214.contributors: