From 034ae8d34b453333e752aaa57341b5b5db847c1f Mon Sep 17 00:00:00 2001 From: Andy Salnikov Date: Thu, 30 Nov 2023 11:15:51 -0800 Subject: [PATCH] Add news fragment --- doc/changes/DM-41761.api.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/changes/DM-41761.api.md 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`.