Skip to content

Commit e66e9b7

Browse files
committed
sort whatsnew entries alphabetically
1 parent e867a21 commit e66e9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ Performance improvements
291291

292292
Bug fixes
293293
~~~~~~~~~
294+
- Fixed bug in :class:`Series` constructor responsible for bad datetime to str dtype conversions in ``read_csv``. (:issue:`57512`)
294295
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
295296
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
296297
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
@@ -299,7 +300,6 @@ Bug fixes
299300
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
300301
- Fixed bug in :meth:`Series.rank` that doesn't preserve missing values for nullable integers when ``na_option='keep'``. (:issue:`56976`)
301302
- Fixed bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
302-
- Fixed bug in :class:`Series` constructor responsible for bad datetime to str dtype conversions in ``read_csv``. (:issue:`57512`)
303303

304304
Categorical
305305
^^^^^^^^^^^

0 commit comments

Comments
 (0)