Skip to content

Commit ff136fe

Browse files
committed
updating whatsnew
1 parent 27d1a8a commit ff136fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ Other
988988
- Bug in :meth:`Series.replace` raising ``ValueError`` when using ``regex=True`` with a :class:`Series` containing ``np.nan`` values (:issue:`43344`)
989989
- Bug in :meth:`DataFrame.to_records` where an incorrect ``n`` was used when missing names were replaced by ``level_n`` (:issue:`44818`)
990990
- Bug in :meth:`DataFrame.eval` where ``resolvers`` argument was overriding the default resolvers (:issue:`34966`)
991+
- :meth:`Series.__repr__` no longer replaces all null-values with "NaN" but uses they real string-representations (:issue:`45263`)
991992

992993
.. ---------------------------------------------------------------------------
993994

0 commit comments

Comments
 (0)