diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 27e4fa8d088..e4b2a06a3e7 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -49,9 +49,9 @@ Bug fixes By `Etienne Schalk `_. - Work around `upstream pandas issue `_ to ensure that we can - decode times encoded with ``np.int32`` values in environments with NumPy 2.0 - or greater without needing to fall back to cftime (:pull:`9518`). By `Spencer - Clark `_. + decode times encoded with small integer dtype values (e.g. ``np.int32``) in + environments with NumPy 2.0 or greater without needing to fall back to cftime + (:pull:`9518`). By `Spencer Clark `_. - Fix bug when encoding times with missing values as floats in the case when the non-missing times could in theory be encoded with integers (:issue:`9488`, :pull:`9497`). By `Spencer Clark