Skip to content

Commit 46e9ceb

Browse files
committed
Update Whatsnew
1 parent 52db121 commit 46e9ceb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/source/whatsnew/v1.1.0.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,14 @@ Deprecations
7878

7979
- :meth:`DataFrame.mean` and :meth:`DataFrame.median` with ``numeric_only=None`` will include datetime64 and datetime64tz columns in a future version (:issue:`29941`)
8080

81-
- Passing any arguments but `io` to :func:`read_html` as positional
82-
arguments is deprecated since version 1.0. All other arguments should
83-
be given as keyword arguments (:issue:`27573`).
84-
85-
- Passing any arguments but `path_or_buf` to :func:`read_json` as positional
86-
arguments is deprecated since version 1.0. All other arguments should
87-
be given as keyword arguments (:issue:`27573`).
81+
- Passing any arguments but the first one to :func:`read_html` as
82+
positional arguments is deprecated since version 1.1. All other
83+
arguments should be given as keyword arguments (:issue:`27573`).
84+
85+
- Passing any arguments but `path_or_buf` (the first one) to
86+
:func:`read_json` as positional arguments is deprecated since
87+
version 1.1. All other arguments should be given as keyword
88+
arguments (:issue:`27573`).
8889

8990
-
9091

0 commit comments

Comments
 (0)