Skip to content

Commit 3a381ae

Browse files
committed
relnote
1 parent 9dd1c85 commit 3a381ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.3.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Bug fixes
2828
- Boolean operations (``|``, ``&``, ``^``) with bool-dtype objects on the left and :class:`StringDtype` objects on the right now cast the string to bool, with a deprecation warning (:issue:`60234`)
2929
- Fixed ``~Series.str.match``, ``~Series.str.fullmatch`` and ``~Series.str.contains``
3030
with compiled regex for the Arrow-backed string dtype (:issue:`61964`, :issue:`61942`)
31+
- Fix assumption that :class:`numpy.void` dtypes are always structured (:issue:`#54810`)
3132

3233
.. ---------------------------------------------------------------------------
3334
.. _whatsnew_232.contributors:

0 commit comments

Comments
 (0)