diff --git a/doc/io.rst b/doc/io.rst
index f801a646639..e4fa57689a6 100644
--- a/doc/io.rst
+++ b/doc/io.rst
@@ -1145,3 +1145,11 @@ For CSV files, one might also consider `xarray_extras`_.
.. _xarray_extras: https://xarray-extras.readthedocs.io/en/latest/api/csv.html
.. _IO tools: http://pandas.pydata.org/pandas-docs/stable/io.html
+
+
+Third party libraries
+---------------------
+
+More formats are supported by extension libraries:
+
+- `xarray-mongodb `_: Store xarray objects on MongoDB
\ No newline at end of file
diff --git a/doc/whats-new.rst b/doc/whats-new.rst
index 13dad17e2c4..433e0185a91 100644
--- a/doc/whats-new.rst
+++ b/doc/whats-new.rst
@@ -15,10 +15,10 @@ What's New
np.random.seed(123456)
-.. _whats-new.{0.16.3}:
+.. _whats-new.0.16.3:
-v{0.16.3} (unreleased)
-----------------------
+v0.16.3 (unreleased)
+--------------------
Breaking changes
~~~~~~~~~~~~~~~~
@@ -35,7 +35,8 @@ Bug fixes
Documentation
~~~~~~~~~~~~~
-
+- start a list of external I/O integrating with ``xarray`` (:issue:`683`, :pull:`4566`).
+ By `Justus Magin `_.
Internal Changes
~~~~~~~~~~~~~~~~