Skip to content

Commit

Permalink
Update whatsnew with GH reference
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 15, 2018
1 parent e500a22 commit d49b742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Backwards incompatible API changes
- A newly constructed empty :class:`DataFrame` with integer as the ``dtype`` will now only be cast to ``float64`` if ``index`` is specified (:issue:`22858`)
- :meth:`Series.str.cat` will now raise if `others` is a `set` (:issue:`23009`)
- Passing scalar values to :class:`DatetimeIndex` or :class:`TimedeltaIndex` will now raise ``TypeError`` instead of ``ValueError`` (:issue:`23539`)
- :meth:`DataFrame.update` will now try to preserve the dtype of the caller as much as possible (:issue:`23606`)

.. _whatsnew_0240.api_breaking.deps:

Expand Down

0 comments on commit d49b742

Please sign in to comment.