Skip to content

Commit d466eff

Browse files
authored
Move deprecation whatsnew to 1.3 (#41820)
1 parent 2973e4e commit d466eff

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

doc/source/whatsnew/v1.2.5.rst

-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ Fixed regressions
2222

2323
.. ---------------------------------------------------------------------------
2424
25-
.. _whatsnew_125.deprecations:
26-
27-
Deprecations
28-
~~~~~~~~~~~~
29-
30-
- Deprecated passing lists as ``key`` to :meth:`DataFrame.xs` and :meth:`Series.xs` (:issue:`41760`)
3125
3226
.. _whatsnew_125.bug_fixes:
3327

doc/source/whatsnew/v1.3.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ Deprecations
707707
- Deprecated passing arguments as positional in :meth:`DataFrame.set_axis` and :meth:`Series.set_axis` (other than ``"labels"``) (:issue:`41485`)
708708
- Deprecated passing arguments as positional in :meth:`DataFrame.where` and :meth:`Series.where` (other than ``"cond"`` and ``"other"``) (:issue:`41485`)
709709
- Deprecated passing arguments as positional (other than ``filepath_or_buffer``) in :func:`read_csv` (:issue:`41485`)
710+
- Deprecated passing lists as ``key`` to :meth:`DataFrame.xs` and :meth:`Series.xs` (:issue:`41760`)
710711
- Deprecated passing arguments as positional in :meth:`DataFrame.drop` (other than ``"labels"``) and :meth:`Series.drop` (:issue:`41485`)
711712
- Deprecated passing arguments as positional (other than ``filepath_or_buffer``) in :func:`read_table` (:issue:`41485`)
712713

0 commit comments

Comments
 (0)