From 35343badbe776f33388d156b4eda662bd007122f Mon Sep 17 00:00:00 2001 From: Luke Manley Date: Mon, 13 Nov 2023 08:26:45 -0500 Subject: [PATCH] Backport PR #55924: DOC: add whatsnew for 2.1.4 --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v2.1.4.rst | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 doc/source/whatsnew/v2.1.4.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index eef65366a2762..3af7a06428f0c 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -16,6 +16,7 @@ Version 2.1 .. toctree:: :maxdepth: 2 + v2.1.4 v2.1.3 v2.1.2 v2.1.1 diff --git a/doc/source/whatsnew/v2.1.4.rst b/doc/source/whatsnew/v2.1.4.rst new file mode 100644 index 0000000000000..04bbb0f806cbd --- /dev/null +++ b/doc/source/whatsnew/v2.1.4.rst @@ -0,0 +1,41 @@ +.. _whatsnew_214: + +What's new in 2.1.4 (December ??, 2023) +--------------------------------------- + +These are the changes in pandas 2.1.4. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_214.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_214.bug_fixes: + +Bug fixes +~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_214.other: + +Other +~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_214.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v2.1.3..v2.1.4|HEAD