diff --git a/doc/whats-new.rst b/doc/whats-new.rst index a1b3e5416ca..8297a37d6ab 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -24,6 +24,9 @@ New functions/methods Enhancements ~~~~~~~~~~~~ +- :py:func:`~xarray.concat` and :py:func:`~xarray.open_mfdataset` now support the ``join`` kwarg. + It is passed down to :py:func:`~xarray.align`. By `Deepak Cherian `_. + Bug fixes ~~~~~~~~~