Skip to content

Commit 2171c82

Browse files
committed
Add whatsnew
1 parent 92a6a7e commit 2171c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ Bug fixes
285285
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
286286
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
287287
- Fixed bug in :meth:`Series.rank` that doesn't preserve missing values for nullable integers when ``na_option='keep'``. (:issue:`56976`)
288+
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
288289

289290
Categorical
290291
^^^^^^^^^^^

0 commit comments

Comments
 (0)