Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v2.3.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Bug fixes
- 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`)
- Fixed ``~Series.str.match``, ``~Series.str.fullmatch`` and ``~Series.str.contains``
with compiled regex for the Arrow-backed string dtype (:issue:`61964`, :issue:`61942`)
- Bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently
replacing matching values when missing values are present for string dtypes (:issue:`56599`)

.. ---------------------------------------------------------------------------
.. _whatsnew_232.contributors:
Expand Down
Loading