diff --git a/docs/about/whats_new.rst b/docs/about/whats_new.rst index d196f48619..c35ce17f81 100644 --- a/docs/about/whats_new.rst +++ b/docs/about/whats_new.rst @@ -8,6 +8,11 @@ What's New v1.8.next ========= +v1.8.6 (30 September 2021) +======================= + +- Fix for searching for multiple products, now works with ``product="product_name"`` + as well as ``product=["product_name1", "product_name2"]`` (:pull:`1201`) - Added ``dataset purge`` command for hard deletion of archived datasets. ``--all`` option deletes all archived datasets. (N.B. will fail if there are unarchived datasets that depend on the archived datasets.)