diff --git a/doc/changes/DM-41761.api.md b/doc/changes/DM-41761.api.md new file mode 100644 index 0000000000..256d89545b --- /dev/null +++ b/doc/changes/DM-41761.api.md @@ -0,0 +1,2 @@ +Added `Butler._query` context manager which will support building of the complex queries for data in Butler. +For now `Butler._query` provides access to just three convenience methods similar to query methods in `Registry`.