From 1d1df2094a2ac09e49e45dba75c046c186354829 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..61d8cb4dba --- /dev/null +++ b/doc/changes/DM-41761.api.md @@ -0,0 +1,2 @@ +Added `Butler.query` property which will support building of the complex queries for data in Butler. +For now `Butler.query` contains just three convenience methods similar to query methods in `Registry`.