Skip to content

Commit d49b742

Browse files
committed
Update whatsnew with GH reference
1 parent e500a22 commit d49b742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Backwards incompatible API changes
299299
- A newly constructed empty :class:`DataFrame` with integer as the ``dtype`` will now only be cast to ``float64`` if ``index`` is specified (:issue:`22858`)
300300
- :meth:`Series.str.cat` will now raise if `others` is a `set` (:issue:`23009`)
301301
- Passing scalar values to :class:`DatetimeIndex` or :class:`TimedeltaIndex` will now raise ``TypeError`` instead of ``ValueError`` (:issue:`23539`)
302+
- :meth:`DataFrame.update` will now try to preserve the dtype of the caller as much as possible (:issue:`23606`)
302303

303304
.. _whatsnew_0240.api_breaking.deps:
304305

0 commit comments

Comments
 (0)