diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 03898ae1d2a..9601c372a3b 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -35,6 +35,11 @@ Bug fixes - Improved error handling and documentation for `.expand_dims()` read-only view. +- Fix tests for big-endian systems (:issue:`3125`). + By `Graham Inggs `_. +- XFAIL several tests which are expected to fail on ARM systems + due to a ``datetime`` issue in NumPy (:issue:`2334`). + By `Graham Inggs `_. .. _whats-new.0.12.3: