Skip to content

Commit 2fb6d81

Browse files
committed
Added entry into whatsnew v3.0.0 file
1 parent 7188634 commit 2fb6d81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,8 @@ Conversion
651651
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
652652
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
653653
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
654+
- Bug in :meth:`Ops.logical_op` not correctly casting numpy-backed string arrays to boolean when used in logical operations with other boolean arrays (:issue:`60234`)
655+
- Bug in :meth:`ArrowExtensionArray._evaluate_op_method` not correctly casting pyarrow-backed string arrays to boolean when used in logical operations with other boolean arrays (:issue:`60234`)
654656

655657
Strings
656658
^^^^^^^

0 commit comments

Comments
 (0)