diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84191a55..40fd95f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +1.10.1 (2025-02-18) +=================== + +Features +-------- + +- Adds an `overwrite` keyword to `download_all_sample_data()` to force downloading new data. (`#523 `__) + + +Improved Documentation +---------------------- + +- Add a how-to guide explaining how to replace outdated dataset metadata files. (`#531 `__) + + +Trivial/Internal Changes +------------------------ + +- Update hashes for `TiledDataset.plot()` figure tests. (`#523 `__) + + 1.10.0 (2025-02-07) =================== diff --git a/changelog/523.feature.rst b/changelog/523.feature.rst deleted file mode 100644 index f9e499bf..00000000 --- a/changelog/523.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Adds an `overwrite` keyword to `download_all_sample_data()` to force downloading new data. diff --git a/changelog/523.trivial.rst b/changelog/523.trivial.rst deleted file mode 100644 index 016011ba..00000000 --- a/changelog/523.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Update hashes for `TiledDataset.plot()` figure tests. diff --git a/changelog/531.doc.rst b/changelog/531.doc.rst deleted file mode 100644 index 3650b0cc..00000000 --- a/changelog/531.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Add a how-to guide explaining how to replace outdated dataset metadata files.