Skip to content

Commit b9c15c6

Browse files
committed
move whatsnew
1 parent 62fb815 commit b9c15c6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v2.2.1.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Enhancements
1919

2020
Fixed regressions
2121
~~~~~~~~~~~~~~~~~
22-
- :meth:`DataFrame.__dataframe__` was producing incorrect data buffers when the a column's type was a pandas nullable on with missing values (:issue:`56702`)
2322
- Fixed memory leak in :func:`read_csv` (:issue:`57039`)
2423
- Fixed performance regression in :meth:`Series.combine_first` (:issue:`55845`)
2524
- Fixed regression causing overflow for near-minimum timestamps (:issue:`57150`)

doc/source/whatsnew/v2.2.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ including other versions of pandas.
1313

1414
Fixed regressions
1515
~~~~~~~~~~~~~~~~~
16+
- :meth:`DataFrame.__dataframe__` was producing incorrect data buffers when the a column's type was a pandas nullable on with missing values (:issue:`56702`)
1617
-
1718

1819
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)