diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 9a21bcb7ab9..4307c2829ca 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -92,6 +92,9 @@ Bug fixes By `Maximilian Roos `_. - In the event that user-provided datetime64/timedelta64 units and integer dtype encoding parameters conflict with each other, override the units to preserve an integer dtype for most faithful serialization to disk (:issue:`1064`, :pull:`8201`). By `Kai Mühlbauer `_. +- Static typing of dunder ops methods (like :py:meth:`DataArray.__eq__`) has been fixed. + Remaining issues are upstream problems (:issue:`7780`, :pull:`8204`). + By `Michael Niklas `_. Documentation ~~~~~~~~~~~~~