diff --git a/doc/whats-new.rst b/doc/whats-new.rst index e88faee2a43..405a96806be 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -34,6 +34,9 @@ Breaking changes - The Dataset and DataArray ``rename*`` methods do not implicitly add or drop indexes. (:pull:`5692`). By `BenoƮt Bovy `_. +- Many arguments like ``keep_attrs``, ``axis``, and ``skipna`` are now keyword + only for all reduction operations like ``.mean``. + By `Deepak Cherian `_, `Jimmy Westling `_. Deprecations ~~~~~~~~~~~~