From d0b98f0311873f8335270d9a3feda59da9907d7e Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Fri, 13 Sep 2024 10:16:28 -0400 Subject: [PATCH] Add changelog entry. --- doc/changes/DM-46297.api.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/changes/DM-46297.api.md diff --git a/doc/changes/DM-46297.api.md b/doc/changes/DM-46297.api.md new file mode 100644 index 00000000..4b4382a4 --- /dev/null +++ b/doc/changes/DM-46297.api.md @@ -0,0 +1,3 @@ +The `butler write-curated-calibrations` command now requires at least one "label" to be included for the collection name. + +This prevents the common mistake of setting up `/calib` as a `CALIBRATION` collection rather than a more maintainable `CHAINED` collection.