Skip to content

Commit b31f4e2

Browse files
committed
update whats new
1 parent 2d37981 commit b31f4e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.3.rst

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Bug fixes
3030
- Bug in :meth:`Series.str.startswith` and :meth:`Series.str.endswith` with ``category`` dtype not propagating ``na`` parameter (:issue:`36241`)
3131
- Bug in :class:`Series` constructor where integer overflow would occur for sufficiently large scalar inputs when an index was provided (:issue:`36291`)
3232
- Bug in :meth:`isin()` when using NaN and a row length above 1,000,000 (:issue:`22205`)
33+
- Bug in :meth:`Series.isin` when using ``NaN`` and a row length above 1,000,000 (:issue:`22205`)
3334

3435
.. ---------------------------------------------------------------------------
3536

0 commit comments

Comments
 (0)