diff --git a/doc/changes/DM-41761.api.md b/doc/changes/DM-41761.api.md new file mode 100644 index 0000000000..87e23cafbd --- /dev/null +++ b/doc/changes/DM-41761.api.md @@ -0,0 +1,3 @@ +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`. +This new API should be considered experimental and potentially unstable, its use should be limited to downstream middleware code for now.