Skip to content

Commit d34b326

Browse files
author
Robert Schmidtke
committed
add whatsnew entry
1 parent 9680ef6 commit d34b326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.2.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Fixed regressions
1515
~~~~~~~~~~~~~~~~~
1616
- Fixed memory leak in :func:`read_csv` (:issue:`57039`)
1717
- Fixed performance regression in :meth:`Series.combine_first` (:issue:`55845`)
18+
- Fixed regression causing near-minimum but valid :class:`Timestamp` instances to overflow (:issue:`57150`)
1819
- Fixed regression in :func:`merge_ordered` raising ``TypeError`` for ``fill_method="ffill"`` and ``how="left"`` (:issue:`57010`)
1920
- Fixed regression in :func:`wide_to_long` raising an ``AttributeError`` for string columns (:issue:`57066`)
2021
- Fixed regression in :meth:`DataFrame.loc` raising ``IndexError`` for non-unique, masked dtype indexes where result has more than 10,000 rows (:issue:`57027`)

0 commit comments

Comments
 (0)