Skip to content

Commit 1ec37ed

Browse files
committed
Update whatsnew with GH reference
1 parent 6bd2e29 commit 1ec37ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

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

253254
.. _whatsnew_0240.api_breaking.deps:
254255

0 commit comments

Comments
 (0)