Skip to content

Commit

Permalink
DOC: Fix whatsnew (#50821)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Jan 18, 2023
1 parent 5aff5c9 commit 659de5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.5.3.rst
Expand Up @@ -48,7 +48,7 @@ Other
as pandas works toward compatibility with SQLAlchemy 2.0.

- Reverted deprecation (:issue:`45324`) of behavior of :meth:`Series.__getitem__` and :meth:`Series.__setitem__` slicing with an integer :class:`Index`; this will remain positional (:issue:`49612`)
- A ``FutureWarning`` raised when attempting to set values inplace with :meth:`DataFrame.loc` or :meth:`DataFrame.loc` has been changed to a ``DeprecationWarning`` (:issue:`48673`)
- A ``FutureWarning`` raised when attempting to set values inplace with :meth:`DataFrame.loc` or :meth:`DataFrame.iloc` has been changed to a ``DeprecationWarning`` (:issue:`48673`)

.. ---------------------------------------------------------------------------
.. _whatsnew_153.contributors:
Expand Down

0 comments on commit 659de5f

Please sign in to comment.