From 6d81603fe17195a88307685e2d6658cee771166c Mon Sep 17 00:00:00 2001 From: Davide Fioriti Date: Sat, 9 Dec 2023 16:13:57 +0100 Subject: [PATCH] Add release_note --- doc/release_notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 8f5bc803e..e512a09cc 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -22,6 +22,8 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t * Add functionality to load shapefiles for hydrobasins directly from the data source directly `PR #919 `__ +* Use `new CC0 v1 dataset `__ for the natura input and automate download of WDPA protected planet data `PR #913 `__ + **Minor Changes and bug-fixing** * Revise databundles and improve logging in retrieve_databundle `PR #928 `__