Skip to content

Commit ff0b740

Browse files
committed
sort whatsnew entries alphabetically
1 parent 9409973 commit ff0b740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ Performance improvements
378378

379379
Bug fixes
380380
~~~~~~~~~
381+
- Fixed bug in :class:`Index` Index constructor did not allow FLS as indices. (:issue:`57645`)
381382
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
382383
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
383384
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
@@ -386,7 +387,6 @@ Bug fixes
386387
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
387388
- Fixed bug in :meth:`Series.rank` that doesn't preserve missing values for nullable integers when ``na_option='keep'``. (:issue:`56976`)
388389
- Fixed bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
389-
- Fixed bug in :class:`Index` Index constructor did not allow FLS as indicies. (:issue:`57645`)
390390

391391
Categorical
392392
^^^^^^^^^^^

0 commit comments

Comments
 (0)