From 4cffad880ce659c780526e4fe00ea24df85e2cdf Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 4 Jul 2022 15:05:56 -0400 Subject: [PATCH] changelog: add entry for #13552 --- .changelog/13552.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/13552.txt diff --git a/.changelog/13552.txt b/.changelog/13552.txt new file mode 100644 index 00000000000..3c71c30655d --- /dev/null +++ b/.changelog/13552.txt @@ -0,0 +1,3 @@ +```release-note:bug +api: Fix listing evaluations with the wildcard namespace and an ACL token +```