diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 1dd6c5fabef04..9da73c8fd76d4 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -24,6 +24,7 @@ Version 2.3 .. toctree:: :maxdepth: 2 + v2.3.1 v2.3.0 Version 2.2 diff --git a/doc/source/whatsnew/v2.3.1.rst b/doc/source/whatsnew/v2.3.1.rst new file mode 100644 index 0000000000000..c9d8f04250c23 --- /dev/null +++ b/doc/source/whatsnew/v2.3.1.rst @@ -0,0 +1,42 @@ +.. _whatsnew_231: + +What's new in 2.3.1 (Month XX, 2025) +------------------------------------ + +These are the changes in pandas 2.3.1. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_231.enhancements: + +Enhancements +~~~~~~~~~~~~ +- + +.. _whatsnew_231.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_231.bug_fixes: + +Bug fixes +~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_231.other: + +Other +~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_231.contributors: + +Contributors +~~~~~~~~~~~~