diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index cb38166fcbc70..7ea81611ede27 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -24,6 +24,7 @@ Version 1.4 .. toctree:: :maxdepth: 2 + v1.4.2 v1.4.1 v1.4.0 diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 19d8a2a9302d7..75f52511b0f38 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -53,4 +53,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v1.4.0..v1.4.1|HEAD +.. contributors:: v1.4.0..v1.4.1 diff --git a/doc/source/whatsnew/v1.4.2.rst b/doc/source/whatsnew/v1.4.2.rst new file mode 100644 index 0000000000000..9ba7461b830da --- /dev/null +++ b/doc/source/whatsnew/v1.4.2.rst @@ -0,0 +1,45 @@ +.. _whatsnew_142: + +What's new in 1.4.2 (March ??, 2022) +------------------------------------ + +These are the changes in pandas 1.4.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +.. _whatsnew_142.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_142.bug_fixes: + +Bug fixes +~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_142.other: + +Other +~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_142.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.4.1..v1.4.2|HEAD