Skip to content

Commit 8574f97

Browse files
committed
modify whatsnew doc
1 parent 11ae896 commit 8574f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Other enhancements
3434

3535
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
3636
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
37-
updated to work correctly with NumPy >= 2 (:issue:`57739`)
37+
updated to raise FutureWarning with NumPy >= 2 (:issue:`60340`)
3838
- The :meth:`~Series.sum` reduction is now implemented for ``StringDtype`` columns (:issue:`59853`)
3939
-
4040

0 commit comments

Comments
 (0)