Skip to content

Commit 39fcc6a

Browse files
committed
sort whatsnew entries alphabetically
1 parent 5265f9a commit 39fcc6a

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
@@ -296,6 +296,7 @@ Performance improvements
296296

297297
Bug fixes
298298
~~~~~~~~~
299+
- Fixed bug in :class:`Index` Index constructor did not allow FLS as indices. (:issue:`57645`)
299300
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
300301
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
301302
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
@@ -304,7 +305,6 @@ Bug fixes
304305
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
305306
- Fixed bug in :meth:`Series.rank` that doesn't preserve missing values for nullable integers when ``na_option='keep'``. (:issue:`56976`)
306307
- Fixed bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
307-
- Fixed bug in :class:`Index` Index constructor did not allow FLS as indicies. (:issue:`57645`)
308308

309309
Categorical
310310
^^^^^^^^^^^

0 commit comments

Comments
 (0)