Skip to content

Commit a8bdec0

Browse files
committed
updating whatsnew
1 parent 53f9afc commit a8bdec0

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
@@ -990,6 +990,7 @@ Other
990990
- Bug in :meth:`Series.replace` raising ``ValueError`` when using ``regex=True`` with a :class:`Series` containing ``np.nan`` values (:issue:`43344`)
991991
- Bug in :meth:`DataFrame.to_records` where an incorrect ``n`` was used when missing names were replaced by ``level_n`` (:issue:`44818`)
992992
- Bug in :meth:`DataFrame.eval` where ``resolvers`` argument was overriding the default resolvers (:issue:`34966`)
993+
- :meth:`Series.__repr__` no longer replaces all null-values with "NaN" but uses they real string-representations (:issue:`45263`)
993994

994995
.. ---------------------------------------------------------------------------
995996

0 commit comments

Comments
 (0)