diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index f6fb2ea1fd15e..dcee5aa4f8597 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -16,6 +16,7 @@ Version 2.3 .. toctree:: :maxdepth: 2 + v2.3.2 v2.3.1 v2.3.0 diff --git a/doc/source/whatsnew/v2.3.2.rst b/doc/source/whatsnew/v2.3.2.rst new file mode 100644 index 0000000000000..faa61cf4bd3bc --- /dev/null +++ b/doc/source/whatsnew/v2.3.2.rst @@ -0,0 +1,31 @@ +.. _whatsnew_232: + +What's new in 2.3.2 (August XX, 2025) +------------------------------------- + +These are the changes in pandas 2.3.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_232.string_fixes: + +Improvements and fixes for the StringDtype +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Most changes in this release are related to :class:`StringDtype` which will +become the default string dtype in pandas 3.0. See +:ref:`whatsnew_230.upcoming_changes` for more details. + +.. _whatsnew_232.string_fixes.bugs: + +Bug fixes +^^^^^^^^^ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_232.contributors: + +Contributors +~~~~~~~~~~~~