Skip to content

Commit 859cbf6

Browse files
committed
update whats new
1 parent 25d48c0 commit 859cbf6

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
@@ -31,6 +31,7 @@ Bug fixes
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:`DataFrame.stack` raising a ``ValueError`` when stacking :class:`MultiIndex` columns based on position when the levels had duplicate names (:issue:`36353`)
3333
- Bug in :meth:`isin()` when using NaN and a row length above 1,000,000 (:issue:`22205`)
34+
- Bug in :meth:`Series.isin` when using ``NaN`` and a row length above 1,000,000 (:issue:`22205`)
3435

3536
.. ---------------------------------------------------------------------------
3637

0 commit comments

Comments
 (0)