diff --git a/doc/whats-new.rst b/doc/whats-new.rst index e9088960616..d83fd418c79 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -60,13 +60,13 @@ Bug fixes names were not updated properly internally (:issue:`7405`, :issue:`7588`, :pull:`8104`). By `Benoît Bovy `_. +- Fix bug where :py:class:`DataArray` instances on the right-hand side + of :py:meth:`DataArray.__setitem__` lose dimension names. + (:issue:`7030`, :pull:`8067`) By `Darsh Ranjan `_. - Return ``float64`` in presence of ``NaT`` in :py:class:`~core.accessor_dt.DatetimeAccessor` and special case ``NaT`` handling in :py:meth:`~core.accessor_dt.DatetimeAccessor.isocalendar()` (:issue:`7928`, :pull:`8084`). By `Kai Mühlbauer `_. -- Fix bug where :py:class:`DataArray` instances on the right-hand side - of :py:meth:`DataArray.__setitem__` lose dimension names. - (:issue:`7030`, :pull:`8067`) By `Darsh Ranjan `_. Documentation ~~~~~~~~~~~~~