diff --git a/doc/whats-new.rst b/doc/whats-new.rst index fbd2617b16f..09cdfbe7cfd 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -74,6 +74,7 @@ Deprecations Bug fixes ~~~~~~~~~ +- Ensure times after 2262 are correctly decoded and don't silently overflow. By `Zeb Nicholls `_. - Added support for `numpy.bool_` attributes in roundtrips using `h5netcdf` engine with `invalid_netcdf=True` [which casts `bool`s to `numpy.bool_`] (:issue:`4981`, :pull:`4986`). By `Victor Negîrneac `_. - Don't allow passing ``axis`` to :py:meth:`Dataset.reduce` methods (:issue:`3510`, :pull:`4940`).