diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 25d803ec5a1..b0f6a07841b 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -35,6 +35,9 @@ Deprecations Bug fixes ~~~~~~~~~ +- :py:func:`xarray.concat` can now concatenate variables present in some datasets but + not others (:issue:`508`, :pull:`7400`). + By `Kai Mühlbauer `_ and `Scott Chamberlin `_. Documentation ~~~~~~~~~~~~~ @@ -75,9 +78,6 @@ Bug fixes By `Benoît Bovy `_. - Preserve original dtype on accessing MultiIndex levels (:issue:`7250`, :pull:`7393`). By `Ian Carroll `_. -- :py:func:`xarray.concat` can now concatenate variables present in some datasets but - not others (:issue:`508`, :pull:`7400`). - By `Kai Mühlbauer `_ and `Scott Chamberlin `_. Internal Changes ~~~~~~~~~~~~~~~~