From 341a5d01e1e4d01ac84180e241ffcf44e9d0bcb8 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Wed, 26 Jun 2019 11:01:43 -0300 Subject: [PATCH] CHANGES: Regex lookup on the key name instead of COLLECTION:key --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 6e1a95a1..fb544377 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ v3.0.4 - YYYY-MMM-DD (to be released) ------------------------------------- + - Regex lookup on the key name instead of COLLECTION:key + [@rdiperri-yottaa, @danbiagini-work, @mmelo-yottaa, @zimmerle] - Missing throw in Operator::instantiate [Issue #2106 - @marduone] - Making block action execution dependent of the SecEngine status