Skip to content

Commit

Permalink
Remove deprecate_kwarg util changes from whats new.
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Feb 20, 2018
1 parent 1b10ca2 commit b5daae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ Other API Changes
- :func:`Series.to_csv` now accepts a ``compression`` argument that works in the same way as the ``compression`` argument in :func:`DataFrame.to_csv` (:issue:`18958`)
- Set operations (union, difference...) on :class:`IntervalIndex` with incompatible index types will now raise a ``TypeError`` rather than a ``ValueError`` (:issue:`19329`)
- :class:`DateOffset` objects render more simply, e.g. ``<DateOffset: days=1>`` instead of ``<DateOffset: kwds={'days': 1}>`` (:issue:`19403`)
- :func:`util._decorators.deprecate_kwarg` now has the ability to deprecate a keyword entirely. Previously, using ``@deprecate_kwarg`` required that an alternative keyword be provided in favor of the deprecated keyword.

.. _whatsnew_0230.deprecations:

Expand Down

0 comments on commit b5daae0

Please sign in to comment.