From 6cb163eda58962b34230a41de1f1a66b82c11de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Thu, 19 Jan 2023 15:05:52 +0100 Subject: [PATCH] fix whats-new.rst --- doc/whats-new.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ~~~~~~~~~~~~~~~~