diff --git a/doc/whats-new.rst b/doc/whats-new.rst index e6caac788b1..387b4bdf6b5 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -30,7 +30,8 @@ New Features `Matt Savoie `_, `Stephan Hoyer `_ and `Tom Nicholas `_. - +- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`). + By `Eni Awowale `_. Breaking changes ~~~~~~~~~~~~~~~~ @@ -182,8 +183,8 @@ New Features to return an object without ``attrs``. A ``deep`` parameter controls whether variables' ``attrs`` are also dropped. By `Maximilian Roos `_. (:pull:`8288`) +- Added :py:func:`open_groups` for h5netcdf and netCDF4 backends (:issue:`9137`, :pull:`9243`). By `Eni Awowale `_. -- Add `open_groups` method for unaligned datasets (:issue:`9137`, :pull:`9243`) Breaking changes ~~~~~~~~~~~~~~~~