Skip to content

Commit a72f48e

Browse files
add whatsnew
1 parent 4aaa889 commit a72f48e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v2.3.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Bug fixes
2626
"string" type in the JSON Table Schema for :class:`StringDtype` columns
2727
(:issue:`61889`)
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`)
29+
- Fixed ``~Series.str.match`` and ``~Series.str.fullmatch`` with compiled regex
30+
for the Arrow-backed string dtype (:issue:`61964`)
2931

3032
.. ---------------------------------------------------------------------------
3133
.. _whatsnew_232.contributors:

0 commit comments

Comments
 (0)