Skip to content

Commit f2b8c86

Browse files
committed
updated v3.0.0.rst
1 parent 24b158d commit f2b8c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ Other
695695
- Bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
696696
- Bug in Dataframe Interchange Protocol implementation was returning incorrect results for data buffers' associated dtype, for string and datetime columns (:issue:`54781`)
697697
- Bug in ``Series.list`` methods not preserving the original :class:`Index`. (:issue:`58425`)
698+
- Bug in :meth:`_clean_na_values` in :class:`TextFileReader` that was not properly handling ``na_values`` when it is a list of strings. (:issue:`59303`)
698699

699700
.. ***DO NOT USE THIS SECTION***
700701

0 commit comments

Comments
 (0)